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 the string var that represents the IEEE NaN (not a number) value.
The default for InvariantInfo is "NaN".
Sets the string that represents the IEEE NaN (not a number) value.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentNullException if the property is being set to null.