Click or drag to resize
AkCommonParseInt Method (String)
转换为int值。

如果转换失败则返回0。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static int ParseInt(
	string s
)

Parameters

s
Type: SystemString
字符串。

Return Value

Type: Int32
int值。
See Also