Documentation
¶
Index ¶
- func Bytes2String(b []byte) string
- func FromBytesToString(b []byte) string
- func FromStringToBool(s string) (bool, error)
- func FromStringToBytes(s string) []byte
- func FromStringToFloat(s string) (float64, error)
- func FromStringToInt(s string) (int, error)
- func FromStringToInt64(s string) (int64, error)
- func FromStringToUint64(s string) (uint64, error)
- func String2Bytes(s string) []byte
- func ToString(v interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromStringToFloat ¶
FromStringToFloat 字符串转float64
func FromStringToInt64 ¶
FromStringToInt64 把字符串值转为int64
func FromStringToUint64 ¶
FromStringToUint64 把字符串值转为uint64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.