NegativeSign

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

NegativeSign

Gets or sets the string that denotes that the associated number is negative.

OutputVar := instance.NegativeSign
instance.NegativeSign := Value

Value

MfString instance or var containing string.

Gets

Gets the string that denotes that the associated number is negative.
The default for InvariantInfo is "-".

Sets

Sets the string that denotes that the associated number is negative.

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.

Remarks

This property is used in both formatting and parsing operations.