CurrencyDecimalSeparator

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

CurrencyDecimalSeparator

Gets or sets the string to use as the decimal separator in currency values.

OutputVar := instance.CurrencyDecimalSeparator
instance.CurrencyDecimalSeparator := Value

Value

MfString instance or var containing string.

Gets

Gets a string var to use as the decimal separator in currency values.
The default for InvariantInfo is ".".

Sets

Sets the string to use as the decimal separator in currency values.

Throws

Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentNullException if the property is being set to null.
Throws MfArgumentException The property is being set to an empty string.