System.Globalization Namespace NumberFormatInfo Class
Sets or retrieves the format pattern for positive currency values.
[ VB ] public Property CurrencyPositivePattern As Integer [ C# ] public int CurrencyPositivePattern {get; set;} [ C++ ] public: __property int get_CurrencyPositivePattern ( ); public: __property void set_CurrencyPositivePattern ( int ); [ JScript ] function get CurrencyPositivePattern ( ) : int; public function set CurrencyPositivePattern ( int );
The format pattern for positive currency values. The default for InvariantInfo is 0, which represents "$n", where "$" is the CurrencySymbol and n is a number.
This property can have one of the values in the following table. The symbol "$" is the CurrencySymbol and n is a number.
The below shows the CurrencyPositivePattern used for each of the available cultures.
Show me
NumberFormatInfo Members CurrencyDecimalDigits CurrencyDecimalSeparator CurrencyGroupSeparator CurrencyGroupSizes CurrencySymbol CurrencyNegativePattern PercentPositivePattern
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph