Documentation ¶
Index ¶
- func StringToBool(in string) (bool, error)
- func StringToFloat32(in string) (float32, error)
- func StringToFloat64(in string) (float64, error)
- func StringToInt(in string) (int, error)
- func StringToInt32(in string) (int32, error)
- func StringToInt64(in string) (int64, error)
- func StringToUInt16(in string) (uint16, error)
- func StringToUInt32(in string) (uint32, error)
- func StringToUInt64(in string) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringToBool ¶
StringToBool converts input string to output boolean.
func StringToFloat32 ¶
StringToFloat32 converts input string to output float32.
func StringToFloat64 ¶
StringToFloat64 converts input string to output float64.
func StringToInt ¶
StringToInt converts input string to output integer.
func StringToInt32 ¶
StringToInt32 converts input string to output integer 32.
func StringToInt64 ¶
StringToInt64 converts input string to output integer 64.
func StringToUInt16 ¶
StringToUInt16 converts input string to output unsigned integer 16.
func StringToUInt32 ¶
StringToUInt32 converts input string to output unsigned integer 32.
func StringToUInt64 ¶
StringToUInt64 converts input string to output unsigned integer 64.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.