//
pkg.gl
Category
github.com/yu1ec/go-pkg
strconvx
package
0.0.0-20241223072440-270bddf36b8b
Repository:
https://github.com/yu1ec/go-pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
81 SLOC
#
Functions
ToNumber
ToNumber 尝试将字符串转换为指定的数字类型.
ToNumberOrDefault
ToNumberOrDefault 尝试将字符串转换为指定的数字类型 如果转换失败,返回提供的默认值.
#
Interfaces
Number
Number 是一个约束,限制了可以使用的数字类型.