MoneyToUInt32 Method

Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
C#
public uint ToUInt32(
	IFormatProvider? provider
)

Parameters

provider  IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

UInt32
An 32-bit unsigned integer equivalent to the value of this instance.

Implements

IConvertibleToUInt32(IFormatProvider)

See Also