Documentation
¶
Index ¶
- func StringToBool(s string) (bool, error)
- func StringToFloat32(s string) (float32, error)
- func StringToFloat64(s string) (float64, error)
- func StringToInt(s string) (int, error)
- func StringToInt16(s string) (int16, error)
- func StringToInt32(s string) (int32, error)
- func StringToInt64(s string) (int64, error)
- func StringToInt8(s string) (int8, error)
- func StringToTime(s, format string) (time.Time, error)
- type ParserError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringToBool ¶
func StringToFloat32 ¶
func StringToFloat64 ¶
func StringToInt ¶
func StringToInt16 ¶
func StringToInt32 ¶
func StringToInt64 ¶
func StringToInt8 ¶
Types ¶
type ParserError ¶
func (*ParserError) Error ¶
func (e *ParserError) Error() string
Click to show internal directories.
Click to hide internal directories.