LongStringToUInt64 Method
Return the most appropriate individual 64-bit unsigned integer
representation of this object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public ulong ToUInt64(
IFormatProvider provider
)
Public Function ToUInt64 (
provider As IFormatProvider
) As ULong
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
UInt64
A 64-bit unsigned integer representation of this value.
IConvertibleToUInt64(IFormatProvider)