BigInt.ToUInt32 (IFormatProvider) Method
Public Function ToUInt32( _
ByVal provider As IFormatProvider _
) As UInt32 Implements _
IConvertible.ToUInt32
This language is not supported or no code example is available.
public UInt32 ToUInt32(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
UInt32 ToUInt32(
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
UInt32An 32-bit unsigned integer equivalent to the value of this instance.