DecimalFormatDictionary ClassDecimalFormatDictionary ClassDecimalFormatDictionary Class
A mapping from decimal format names to decimal formats.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.DecimalFormatDictionaryXmlPrime.DecimalFormatDictionaryXmlPrime::DecimalFormatDictionary
Syntax
Public NotInheritable Class DecimalFormatDictionary _ Implements IDictionary(Of System.Xml.XmlQualifiedName, DecimalFormat), _ ICollection(Of KeyValuePair(Of System.Xml.XmlQualifiedName, DecimalFormat)), _ IEnumerable(Of KeyValuePair(Of System.Xml.XmlQualifiedName, DecimalFormat)), _ System.Collections.IEnumerable
public sealed class DecimalFormatDictionary : IDictionary<System.Xml.XmlQualifiedName, DecimalFormat>, ICollection<KeyValuePair<System.Xml.XmlQualifiedName, DecimalFormat>>, IEnumerable<KeyValuePair<System.Xml.XmlQualifiedName, DecimalFormat>>, System.Collections.IEnumerable
public: ref class DecimalFormatDictionary sealed : IDictionary<System.Xml::XmlQualifiedName^, DecimalFormat^>, ICollection<KeyValuePair<System.Xml::XmlQualifiedName^, DecimalFormat^>>, IEnumerable<KeyValuePair<System.Xml::XmlQualifiedName^, DecimalFormat^>>, System.Collections::IEnumerable^
The DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary
type exposes the following members.
Constructors
Constructor | Description | |
---|---|---|
![]() | DecimalFormatDictionary ()DecimalFormatDictionary ()DecimalFormatDictionary () | Initializes a new, empty instance of the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary class. |
![]() | DecimalFormatDictionary (DecimalFormat)DecimalFormatDictionary (DecimalFormat)DecimalFormatDictionary (DecimalFormat^) | Initializes a new instance of the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary class with the specified default decimal format. |
![]() | DecimalFormatDictionary (DecimalFormatDictionary)DecimalFormatDictionary (DecimalFormatDictionary)DecimalFormatDictionary (DecimalFormatDictionary^) | Initializes a new instance of the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary class. |
Properties
Property | Description | |
---|---|---|
![]() | CountCountCount | Gets the number of decimal formats contained in the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary. |
![]() | DefaultDecimalFormatDefaultDecimalFormatDefaultDecimalFormat | Gets or sets the default decimal format. |
![]() | ItemItemItem | Gets or sets the decimal format with the specified name. |
![]() | NamesNamesNames | Gets the names of the decimal formats contained in this DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary. |
Methods
Explicit Interface Implementations
Remarks
A DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary instance is used to supply additional statically known
decimal formats to XQuery, XPath and XSLT for use with the fn:format-number
function.