DecimalFormatDictionary.Add Method (XmlQualifiedName, DecimalFormat)DecimalFormatDictionary.Add Method (XmlQualifiedName, DecimalFormat)DecimalFormatDictionary::Add Method (XmlQualifiedName^, DecimalFormat^)

Adds a new decimal format with the specified name.

Syntax

Public Sub Add( _
    name As System.Xml.XmlQualifiedName, _
    value As DecimalFormat _
)
public void Add(
    System.Xml.XmlQualifiedName name,
    DecimalFormat value
)
public:
virtual void Add(
    System.Xml::XmlQualifiedName^ name, 
    DecimalFormat^ value
) sealed
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException name or value is null a null reference (Nothing in Visual Basic) nullptr.