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