NumberFormatInfo.NaNSymbol Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the string that represents the IEEE NaN (not a number) value.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe string that represents the IEEE NaN (not a number) value. The default for InvariantInfo is "NaN".
| Exception | Condition |
|---|---|
| ArgumentNullException | The property is being set to Nothing. |
| InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |
Show: