DecimalFormatDictionary.Item PropertyDecimalFormatDictionary.Item PropertyDecimalFormatDictionary::Item Property

Gets or sets the decimal format with the specified name.

Syntax

Public Property Item As DecimalFormat (    name As System.Xml.XmlQualifiedName _
)
        Get
        Set(ByVal value As DecimalFormat)
public DecimalFormat  this [    System.Xml.XmlQualifiedName name
] { get; set; }
public:
property DecimalFormat^ Item {
    virtual DecimalFormat^ get() sealed;
    virtual void set(DecimalFormat^ value) sealed;
}
 

Parameters

name

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the decimal format to get or set.

Property Value

Type: XmlPrime.DecimalFormatXmlPrime.DecimalFormatXmlPrime::DecimalFormat^

The type of the decimal format with the specified name.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException name or the supplied value is null a null reference (Nothing in Visual Basic) nullptr.
KeyNotFoundExceptionKeyNotFoundExceptionKeyNotFoundExceptionThe property is retrieved and the decimal format with the specified name is not found.