NumberFormatInfo.PerMilleSymbol 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 to use as the per mille symbol.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe string to use as the per mille symbol. The default for InvariantInfo is "‰", which is the Unicode character U+2030.
| Exception | Condition |
|---|---|
| ArgumentNullException | The property is being set to null. |
| InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |
Show: