ConvertHelperToInt64 Method |
将类型装换为int64类型
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static long ToInt64(
Object obj,
long defaultValue = 0
)
Public Shared Function ToInt64 (
obj As Object,
Optional defaultValue As Long = 0
) As Long
public:
static long long ToInt64(
Object^ obj,
long long defaultValue = 0
)
static member ToInt64 :
obj : Object *
?defaultValue : int64
(* Defaults:
let _defaultValue = defaultArg defaultValue 0
*)
-> int64
Parameters
- obj
- Type: SystemObject
object类型 - defaultValue (Optional)
- Type: SystemInt64
默认值
Return Value
Type:
Int64int类型
See Also