使用范围:WX
Contents
class CommonUtilFn ($UI/wxsys/lib/fn/commonUtilFn)
转换数据类型工具类
Constructor Top
CommonUtilFn () |
Static Methods Top
Float | parseFloat (String string, String defaultValue) | |
Integer | parseInt (String string, String defaultValue) |
Constructor details Top
public
CommonUtilFn
()
转换数据类型工具类
Static Methods Detail Top
static
public
Float
parseFloat
(String string, String defaultValue)
字符串转浮点数
static
public
Integer
parseInt
(String string, String defaultValue)
字符串转整型(Integer)