hunt-service ~master (2019-06-25T13:04:18Z)
Home
Dub
Repo
CommonUtils
hunt
service
util
CommonUtils
Undocumented in source.
class
CommonUtils {
static
bool
isNotEmpty
(string str);
static
int
parseInt
(string num, int defaultInt);
}
Members
Static functions
isNotEmpty
bool
isNotEmpty
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInt
int
parseInt
(string num, int defaultInt)
字符串转数值
Meta
Source
See Implementation
hunt
service
util
CommonUtils
classes
CommonUtils