//
pkg.gl
Category
github.com/YspCoder/simple
common
numbers
package
1.1.0
Repository:
https://github.com/yspcoder/simple.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
21 SLOC
#
Functions
ToInt
ToInt str to int,如果转换失败,默认值为0 str 字符串.
ToInt64
ToInt64 str to int64,如果转换失败,默认值为0 str 字符串.
ToInt64ByDefault
ToInt64ByDefault str to int64 str 字符串 def 如果转换失败使用的默认值.
ToIntByDefault
ToIntByDefault str to int str 字符串 def 如果转换失败使用的默认值.