DecimalFormatDictionary ClassDecimalFormatDictionary ClassDecimalFormatDictionary Class

A mapping from decimal format names to decimal formats.

Inheritance Hierarchy

The DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary type exposes the following members.

Constructors

 ConstructorDescription
Public methodDecimalFormatDictionary ()DecimalFormatDictionary ()DecimalFormatDictionary () Initializes a new, empty instance of the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary class.
Public methodDecimalFormatDictionary (DecimalFormat)DecimalFormatDictionary (DecimalFormat)DecimalFormatDictionary (DecimalFormat^) Initializes a new instance of the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary class with the specified default decimal format.
Public methodDecimalFormatDictionary (DecimalFormatDictionary)DecimalFormatDictionary (DecimalFormatDictionary)DecimalFormatDictionary (DecimalFormatDictionary^) Initializes a new instance of the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary class.

Top

Properties

 PropertyDescription
Public propertyCountCountCount Gets the number of decimal formats contained in the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary.
Public propertyDefaultDecimalFormatDefaultDecimalFormatDefaultDecimalFormat Gets or sets the default decimal format.
Public propertyItemItemItem Gets or sets the decimal format with the specified name.
Public propertyNamesNamesNames Gets the names of the decimal formats contained in this DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary.

Top

Methods

 MethodDescription
Public methodAdd (KeyValuePair<XmlQualifiedName, DecimalFormat>)Add (KeyValuePair(Of XmlQualifiedName, DecimalFormat))Add (KeyValuePair<XmlQualifiedName^, DecimalFormat^>) Adds an item to the ICollection<T>ICollection(Of T)ICollection<T>.
Public methodAdd (XmlQualifiedName, DecimalFormat)Add (XmlQualifiedName, DecimalFormat)Add (XmlQualifiedName^, DecimalFormat^) Adds a new decimal format with the specified name.
Public methodClearClearClear Removes all decimal formats from the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary.
Public methodContainsContainsContains Determines whether the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary contains the specified decimal formats.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetEnumeratorGetEnumeratorGetEnumerator Returns an enumerator that iterates through the collection.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodRemoveRemoveRemove Removes the decimal format with the specified name from this DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodTryGetValueTryGetValueTryGetValue Gets the value with the specified key.

Top

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.