Click or drag to resize
ConvertHelperToInt Method
将类型装换为int类型

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static int ToInt(
	Object obj,
	int defaultValue = 0
)

Parameters

obj
Type: SystemObject
object类型
defaultValue (Optional)
Type: SystemInt32
默认值

Return Value

Type: Int32
int类型
See Also