Gets or sets the string that denotes that the associated number is positive.
OutputVar := instance.PositiveSign
instance.PositiveSign := Value
Value
MfString instance or var containing string.
Gets the string that denotes that the associated number is positive.
The default for InvariantInfo is "+".
Sets the string that denotes that the associated number is positive.
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.