StringExtension extension

on

Methods

isEmail() bool
判断是否是邮箱
isMobile() bool
判断是否手机号
toBool() bool
string 转bool
toCoding() String
编码
toColor() Color
16进制颜色
toDeCoding() String
解码
toDouble() double
string 转 double
toInt() int
string 转 int