DecimalMIConvertibleToUInt32 Method
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
uint IConvertible.ToUInt32(
IFormatProvider provider
)
Private Function ToUInt32 (
provider As IFormatProvider
) As UInteger Implements IConvertible.ToUInt32
private:
virtual unsigned int ToUInt32(
IFormatProvider^ provider
) sealed = IConvertible::ToUInt32
private abstract ToUInt32 :
provider : IFormatProvider -> uint32
private override ToUInt32 :
provider : IFormatProvider -> uint32
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
UInt32An 32-bit unsigned integer equivalent to the value of this instance.
IConvertibleToUInt32(IFormatProvider)