Documentation ¶
Index ¶
- func BinaryToDecimal(bit string) (num int)
- func BytesToString(b []byte) string
- func Float32ToString(floatNum float32, prec ...int) (floatStr string)
- func Float64ToString(floatNum float64, prec ...int) (floatStr string)
- func Int2String(intNum int) (intStr string)
- func Int642String(intNum int64) (int64Str string)
- func String2Float32(floatStr string) (floatNum float32)
- func String2Float64(floatStr string) (floatNum float64)
- func String2Int(intStr string) (intNum int)
- func String2Int64(intStr string) (int64Num int64)
- func StringToBytes(s string) (b []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinaryToDecimal ¶
func BytesToString ¶
func Float32ToString ¶
func Float64ToString ¶
func Int2String ¶
func Int642String ¶
func String2Float32 ¶
func String2Float64 ¶
func String2Int ¶
func String2Int64 ¶
func StringToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.