NumberDecimalSeparator

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

NumberDecimalSeparator

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

OutputVar := instance.NumberDecimalSeparator
instance.NumberDecimalSeparator := Value

Value

MfString instance or var containing string.

Gets

The string to use as the decimal separator in numeric values.
The default for InvariantInfo is ".".

Sets

Sets string to use as the decimal separator in numeric 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 or empty string.