ConversionToInt64(Object) Method
Return the Integer representation of the specified object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static long ToInt64(
Object value
)
Public Shared Function ToInt64 (
value As Object
) As Long
No code example is currently available or this language may not be supported.
- value Object
-
Numeric value.
Int64
Int64 value converted from the abstract object.