Documentation ¶
Index ¶
- func BoolInt(b bool) int
- func BoolInt32(b bool) int32
- func BoolInt64(b bool) int64
- func BoolUint(b bool) uint
- func BoolUint16(b bool) uint16
- func BoolUint32(b bool) uint32
- func BoolUint64(b bool) uint64
- func BoolUint8(b bool) uint8
- func Float32String(f float32) string
- func Float64String(f float64) string
- func Int16Int8(i int16) (int8, error)
- func Int32Int64(i int32) int64
- func Int32Int8(i int32) (int8, error)
- func Int32String(i int32) string
- func Int64Int32(i int64) (int32, error)
- func Int64Int8(i int64) (int8, error)
- func Int64PointerInt64(int642Pointer *int64) int64
- func Int64String(i int64) string
- func Int64StringWithBase(i int64, base int) string
- func Int8Int16(i int8) int16
- func Int8Int32(i int8) int32
- func Int8Int64(i int8) int64
- func IntBool(i int) bool
- func IntString(i int) string
- func ReflectToString(rValue reflect.Value) (value string, err error)
- func StringBool(s string) (bool, error)
- func StringFloat32(s string) (float32, error)
- func StringFloat64(s string) (float64, error)
- func StringInt(s string) (i int, err error)
- func StringInt64(s string) (int64, error)
- func StringPointerString(stringPointer *string) string
- func StringToReflect(s string, rValue reflect.Value) error
- func Uint32Uint64(i uint32) uint64
- func Uint64Uint32(i uint64) (uint32, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolUint16 ¶
func BoolUint32 ¶
func BoolUint64 ¶
func Float32String ¶
func Float64String ¶
func Int32Int64 ¶
func Int64Int32 ¶
func Int64PointerInt64 ¶
func Int64StringWithBase ¶
int64 类型转换为字符串(自定义进制)2~36
func StringBool ¶
func StringFloat32 ¶
func StringFloat64 ¶
func StringInt64 ¶
func StringPointerString ¶
func Uint32Uint64 ¶
func Uint64Uint32 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.