UInt16MIConvertibleToUInt64 Method
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ulong IConvertible.ToUInt64(
IFormatProvider provider
)
Private Function ToUInt64 (
provider As IFormatProvider
) As ULong Implements IConvertible.ToUInt64
private:
virtual unsigned long long ToUInt64(
IFormatProvider^ provider
) sealed = IConvertible::ToUInt64
private abstract ToUInt64 :
provider : IFormatProvider -> uint64
private override ToUInt64 :
provider : IFormatProvider -> uint64
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
UInt64An 64-bit unsigned integer equivalent to the value of this instance.
IConvertibleToUInt64(IFormatProvider)