DecimalFormatDictionary MethodsDecimalFormatDictionary MethodsDecimalFormatDictionary Methods

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