| AkCommonParseInt Method (String, Int32) |
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static int ParseInt(
string s,
int defaultValue
)
Parameters
- s
- Type: SystemString
字符串。 - defaultValue
- Type: SystemInt32
转换失败时的默认返回值。
Return Value
Type:
Int32int值。
See Also