DecimalFormat ClassDecimalFormat ClassDecimalFormat Class
              A class representing information for formatting numbers.
            
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.DecimalFormatXmlPrime.DecimalFormatXmlPrime::DecimalFormat
The DecimalFormatDecimalFormatDecimalFormat
			type exposes the following members.
		
Constructors
| Constructor | Description | |
|---|---|---|
|  | DecimalFormat ()DecimalFormat ()DecimalFormat () | Initializes a new instance of the DecimalFormatDecimalFormatDecimalFormat class. | 
|  | DecimalFormat (DecimalFormat)DecimalFormat (DecimalFormat)DecimalFormat (DecimalFormat^) | Initializes a new instance of the DecimalFormatDecimalFormatDecimalFormat class from another DecimalFormatDecimalFormatDecimalFormat. | 
Properties
| Property | Description | |
|---|---|---|
|  | DecimalSeparatorDecimalSeparatorDecimalSeparator | Gets or sets the character used for the decimal-separator-sign, | 
|  | DigitDigitDigit | Gets or sets the character used for the digit-sign in the picture string. | 
|  | ExponentSeparatorExponentSeparatorExponentSeparator | Gets or sets the character used for the exponent-separator-sign. | 
|  | GroupingSeparatorGroupingSeparatorGroupingSeparator | Gets or sets the character used for the grouping-sign, which is typically used as a thousands separator. | 
|  | InfinityInfinityInfinity | Gets or sets the string used for the infinity-symbol. | 
|  | MinusSignMinusSignMinusSign | Gets or sets the character used for the minus-symbol. | 
|  | NotANumberNotANumberNotANumber | Gets or sets the string used for the NaN-symbol, which is used to represent the value NaN (not-a-number). | 
|  | PatternSeparatorPatternSeparatorPatternSeparator | Gets or sets the character used for the pattern-separator-sign, which separates positive and negative sub-pictures in a picture string. | 
|  | PerMillePerMillePerMille | Gets or sets the character used for the per-mille-sign. | 
|  | PercentPercentPercent | Gets or sets the character used for the percent-sign. | 
|  | ZeroDigitZeroDigitZeroDigit | Gets or sets the character used for the digit-zero-sign. | 
Methods
Remarks
This class represents information used for formatting numbers using the fn:format-number
                function defined in XPath and XQuery Functions and Operators 3.0.

