primitives

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StringToBool

func StringToBool(in string) (bool, error)

StringToBool converts input string to output boolean.

func StringToFloat32

func StringToFloat32(in string) (float32, error)

StringToFloat32 converts input string to output float32.

func StringToFloat64

func StringToFloat64(in string) (float64, error)

StringToFloat64 converts input string to output float64.

func StringToInt

func StringToInt(in string) (int, error)

StringToInt converts input string to output integer.

func StringToInt32

func StringToInt32(in string) (int32, error)

StringToInt32 converts input string to output integer 32.

func StringToInt64

func StringToInt64(in string) (int64, error)

StringToInt64 converts input string to output integer 64.

func StringToUInt16

func StringToUInt16(in string) (uint16, error)

StringToUInt16 converts input string to output unsigned integer 16.

func StringToUInt32

func StringToUInt32(in string) (uint32, error)

StringToUInt32 converts input string to output unsigned integer 32.

func StringToUInt64

func StringToUInt64(in string) (uint64, error)

StringToUInt64 converts input string to output unsigned integer 64.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL