PercentPositivePattern

Namespace ›› System ›› MfNumberFormatInfo ›› Properties ››
Parent Previous Next

PercentPositivePattern

Gets or sets the format pattern for positive percent values.

OutputVar := instance.PercentPositivePattern
instance.PercentPositivePattern := Value

Value

MfInteger instance or var containing integer.

Gets

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

Sets

Sets format pattern for positive percent values.

Throws

Throws MfArgumentOutOfRangeException if the property is being set to a value that is less than 0 or greater than 3.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.

Remarks

The PercentPositivePattern property is used with the "P" standard format string to define pattern of positive percentage values. This property has one of the values in the following table. The symbol "%" is the PercentSymbol and n is a number.

Value

Associated pattern

0

n %

1

n%

2

%n

3

% n