NegativeInfinitySymbol

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

NegativeInfinitySymbol

Gets or sets the string that represents negative infinity.

OutputVar := instance.NegativeInfinitySymbol
instance.NegativeInfinitySymbol := Value

Value

MfString instance or var containing string.

Gets

The string that represents negative infinity.
The default for InvariantInfo is "-Infinity".

Sets

Sets string that represents negative infinity.

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

For more information on negative infinity, see MfFloat.