NumberFormatInfo: CurrencyPositivePatterns

CurrencyPositivePatterns

Output patterns for positive currency values. The $ is the currency symbol and n is the number.

 Public Enum CurrencyPositivePatterns

Values

[$n] = 0
[n$] = 1
[$ n] = 2
[n $] = 3

See Also

Project CorLib Overview

Class NumberFormatInfo Overview