Click or drag to resize
ConvertHelperToInt64 Method
将类型装换为int64类型

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

Parameters

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

Return Value

Type: Int64
int类型
See Also