PositiveSign

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

PositiveSign

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

Gets the string that denotes that the associated number is positive.
The default for InvariantInfo is "+".

Sets

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

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.