Bridge

NumberFormatInfo..::..PercentPositivePattern Property

Gets or sets the format pattern for positive percent values.

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

Syntax


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

Return Value

The format pattern for positive percent values. The default for InvariantInfo is 0, which represents "n %", where "%" is the PercentSymbol and n is a number.

Exceptions


ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe property is being set to a value that is less than 0 or greater than 3.
System..::..InvalidOperationExceptionThe property is being set and the NumberFormatInfo object is read-only.