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 decimal separator. |
![]() | DigitDigitDigit | Gets or sets the digit. |
![]() | GroupingSeparatorGroupingSeparatorGroupingSeparator | Gets or sets the grouping separator. |
![]() | GroupingSizeGroupingSizeGroupingSize | Gets or sets the grouping separator. |
![]() | InfinityInfinityInfinity | Gets or sets the infinity. |
![]() | MinusSignMinusSignMinusSign | Gets or sets the minus sign. |
![]() | NotANumberNotANumberNotANumber | Gets or sets the NaN string. |
![]() | PatternSeparatorPatternSeparatorPatternSeparator | Gets or sets the pattern separator. |
![]() | PercentPercentPercent | Gets or sets the percent. |
![]() | PerMillePerMillePerMille | Gets or sets the per mille. |
![]() | ZeroDigitZeroDigitZeroDigit | Gets or sets the zero digit. |
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.