CurrencyGroupSeparator

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

CurrencyGroupSeparator

Gets or sets the string that separates groups of digits to the left of the decimal in currency values.

OutputVar := instance.CurrencyGroupSeparator
instance.CurrencyGroupSeparator := Value

Value

MfString instance or var containing string.

Gets

Gets the string var that separates groups of digits to the left of the decimal in currency values.
The default for InvariantInfo is ",".

Sets

Sets the string that separates groups of digits to the left of the decimal 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.