BigInt.ToUInt64 Method
Public Function ToUInt64( _
ByVal provider As IFormatProvider _
) As UInt64 Implements _
IConvertible.ToUInt64
This language is not supported or no code example is available.
public UInt64 ToUInt64(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
UInt64 ToUInt64(
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
UInt64An 64-bit unsigned integer equivalent to the value of this instance.