Documentation ¶
Index ¶
- func ParseBoolean(val interface{}) (bool, error)
- func ParseFloat32(val interface{}) (float32, error)
- func ParseFloat64(val interface{}) (float64, error)
- func ParseInt(val interface{}) (int, error)
- func ParseInt16(val interface{}) (int16, error)
- func ParseInt32(val interface{}) (int32, error)
- func ParseInt64(val interface{}) (int64, error)
- func ParseInt8(val interface{}) (int8, error)
- func ParseString(value interface{}) (string, error)
- func ParseUint(val interface{}) (uint, error)
- func ParseUint16(val interface{}) (uint16, error)
- func ParseUint32(val interface{}) (uint32, error)
- func ParseUint64(val interface{}) (uint64, error)
- func ParseUint8(val interface{}) (uint8, error)
- func ParseUintptr(val interface{}) (uintptr, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBoolean ¶
ParseBoolean function to convert other type data to boolean
func ParseFloat32 ¶
ParseFloat32 function to convert other type data to float32
func ParseFloat64 ¶
ParseFloat64 function to convert other type data to float64
func ParseInt16 ¶
ParseInt16 function converts data of any type to int16
func ParseInt32 ¶
ParseInt32 function to convert other type data to int
func ParseInt64 ¶
ParseInt64 function to convert other type data to int64
func ParseString ¶
ParseString function to convert other type data to string
func ParseUint16 ¶
ParseUint16 function to convert interface data to uint16
func ParseUint32 ¶
ParseUint32 function to convert interface data to uint32
func ParseUint64 ¶
ParseUint64 function to convert interface data to uint64
func ParseUint8 ¶
ParseUint8 function to convert interface data to uint8
func ParseUintptr ¶
ParseUintptr function to convert interface data to uintptr
Types ¶
This section is empty.