Documentation ¶
Index ¶
- func Float64ToString(e float64) string
- func FormatTimeStr(timeStr string) (string, error)
- func GetCurrentTimeStr() string
- func JoinInt32s(is []int32, p string) string
- func JoinInt64s(is []int64, p string) string
- func SplitInt32s(s, p string) ([]int32, error)
- func SplitInt64s(s, p string) ([]int64, error)
- func SplitInts(s, p string) ([]int, error)
- func SplitUint64s(s, p string) ([]uint64, error)
- func Str2Str(f string, m int) string
- func String2Hex(value string) string
- func StringToBool(e string) (bool, error)
- func StringToInt(e string) (int, error)
- func StringToInt64(e string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float64ToString ¶
func FormatTimeStr ¶
func GetCurrentTimeStr ¶
func GetCurrentTimeStr() string
func JoinInt32s ¶
JoinInt32s format int32 slice like:n1,n2,n3.
func JoinInt64s ¶
JoinInt64s format int64 slice like:n1,n2,n3.
func SplitInt32s ¶
SplitInt32s split string into int32 slice.
func SplitInt64s ¶
SplitInt64s split string into int64 slice.
func SplitUint64s ¶
SplitUint64s split string into int64 slice.
func StringToBool ¶
func StringToInt ¶
func StringToInt64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.