Documentation ¶
Overview ¶
Package convert 类型转换包
Index ¶
- func ToStr(value interface{}) string
- type StrTo
- func (s StrTo) Int() (int, error)
- func (s StrTo) Int64() (int64, error)
- func (s StrTo) MustInt() int
- func (s StrTo) MustInt64() int64
- func (s StrTo) MustUInt32() uint32
- func (s StrTo) MustUInt64() uint64
- func (s StrTo) MustUint() uint
- func (s StrTo) String() string
- func (s StrTo) UInt32() (uint32, error)
- func (s StrTo) UInt64() (uint64, error)
- func (s StrTo) Uint() (uint, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.