PerMilleSymbol Property

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.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public string PerMilleSymbol { get; set; }

Property Value

Type: System.String
The string to use as the per mille symbol. The default for InvariantInfo is "‰", which is the Unicode character U+2030.

ExceptionCondition
ArgumentNullException

The property is being set to null.

InvalidOperationException

The property is being set and the NumberFormatInfo object is read-only.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft