Bridge

NumberFormatInfo..::..PercentDecimalSeparator Property

Gets or sets the string to use as the decimal separator in percent values.

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

Syntax


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

Return Value

The string to use as the decimal separator in percent values. 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.
System..::..ArgumentExceptionThe property is being set to an empty string.