CurrencyPositivePattern

Namespace ›› System ›› MfNumberFormatInfo ›› Properties ››
Parent Previous Next

CurrencyPositivePattern

Gets or sets the format pattern for positive currency values.

OutputVar := instance.CurrencyPositivePattern
instance.CurrencyPositivePattern := Value

Value

MfInteger instance or var containing integer.

Gets

Gets the format pattern for positive currency values as an integer var. The default for InvariantInfo is 0, which represents "$n", where "$" is the CurrencySymbol and n is a number.

Sets

Sets the format pattern for positive currency values.

Throws

Throws MfArgumentOutOfRangeException if the property is being set to a value that is less than 0 or greater than 3.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.