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::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it 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::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates 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::ToStringReturns a string that represents the current object.(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.