Bridge

NumberFormatInfo..::..PercentSymbol Property

Gets or sets the string to use as the percent symbol.

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

Syntax


[FieldPropertyAttribute]
public string PercentSymbol { get; set; }
<FieldPropertyAttribute> _
Public Property PercentSymbol As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ PercentSymbol {
	String^ get ();
	void set (String^ value);
}

Return Value

The string to use as the percent symbol. The default for InvariantInfo is "%".

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionThe property is being set to null.
System..::..InvalidOperationExceptionThe property is being set and the NumberFormatInfo object is read-only.