LongStringToUInt64 Method

Return the most appropriate individual 64-bit unsigned integer representation of this object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public ulong ToUInt64(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider
Format provider.

Return Value

UInt64
A 64-bit unsigned integer representation of this value.

Implements

IConvertibleToUInt64(IFormatProvider)

See Also