CurrencySymbol

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

CurrencySymbol

Gets or sets the string to use as the currency symbol.

OutputVar := instance.CurrencySymbol
instance.CurrencySymbol := Value

Value

MfString instance or var containing string.

Gets

Gets the  string var to use as the currency symbol.
The default for InvariantInfo is "$".

Sets

Sets the string to use as the currency symbol.

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.