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 the string that denotes that the associated number is negative.
The default for InvariantInfo is "-".
Sets the string that denotes that the associated number is negative.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentNullException if the property is being set to null.
This property is used in both formatting and parsing operations.