Documentation
¶
Overview ¶
Package sdparse 将字符串解析成常用类型
Index ¶
- func Bool(s string) (bool, error)
- func BoolDef(s string, def bool) bool
- func Float64(s string) (float64, error)
- func Float64Def(s string, def float64) float64
- func Int(s string) (int, error)
- func Int64(s string) (int64, error)
- func Int64Def(s string, def int64) int64
- func IntDef(s string, def int) int
- func Time(s string) (time.Time, error)
- func TimeDef(s string, def time.Time) time.Time
- func Uint(s string) (uint, error)
- func Uint64(s string) (uint64, error)
- func Uint64Def(s string, def uint64) uint64
- func UintDef(s string, def uint) uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float64Def ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.