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
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the decimal formats to add.
- value
Type: XmlPrime.DecimalFormatXmlPrime.DecimalFormatXmlPrime::DecimalFormat^
The decimal formats to add.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
name or value is null
a null reference (Nothing in Visual Basic)
nullptr .
|