Documentation ¶
Index ¶
- func Float64Conv(v float64) string
- func Int32Conv(v int32) string
- func Int64Conv(v int64) string
- func IntConv(v int) string
- func NumSliceToString[T hznumber.Numeric](valList []T, split string) (str string)
- func StrSliceToString(valList []string, split string) (str string)
- func ToBool(v string) bool
- func ToFloat(v string) float32
- func ToFloat64(v string) float64
- func ToInt(v string) int
- func ToInt32(v string) int32
- func ToInt64(v string) int64
- func ToUint(v string) uint
- func ToUint32(v string) uint32
- func ToUint64(v string) uint64
- func Uint32Conv(v uint32) string
- func Uint64Conv(v uint64) string
- func UintConv(v uint) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float64Conv ¶
func NumSliceToString ¶
数字数组转string
func StrSliceToString ¶
字符数组转string 之后替换为 strings.Join
func Uint32Conv ¶
func Uint64Conv ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.