NaNSymbol

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

NaNSymbol

Gets or sets the string that represents the IEEE NaN (not a number) value.

OutputVar := instance.NaNSymbol
instance.NaNSymbol := Value

Value

MfString instance or var containing string.

Gets

Gets the string var that represents the IEEE NaN (not a number) value.
The default for InvariantInfo is "NaN".

Sets

Sets the string that represents the IEEE NaN (not a number) value.

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.