| AkCommonParseDecimal Method (String) |
去除数值字符串的修饰并转换为decimal值。
如果转换失败则返回0。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static decimal ParseDecimal(
string s
)
Parameters
- s
- Type: SystemString
字符串。
Return Value
Type:
Decimaldecimal值。
See Also