Click or drag to resize
AkCommonStrToInt Method
字符串强制转换为整数 异常时返回 0

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

Parameters

s
Type: SystemString

Return Value

Type: Int32
See Also