DecimalFormatDictionary.DefaultDecimalFormat PropertyDecimalFormatDictionary.DefaultDecimalFormat PropertyDecimalFormatDictionary::DefaultDecimalFormat Property

Gets or sets the default decimal format.

Syntax

Public Property DefaultDecimalFormat As DecimalFormat
        Get
        Set(ByVal value As DecimalFormat)
public DecimalFormat DefaultDecimalFormat { get; set; }
public:
property DecimalFormat^ DefaultDecimalFormat {
    DecimalFormat^ get();
    void set(DecimalFormat^ value);
}
 

Property Value

Type: XmlPrime.DecimalFormatXmlPrime.DecimalFormatXmlPrime::DecimalFormat^

The default decimal format.

Remarks

The default decimal format has name EmptyEmptyEmpty.

Setting DefaultDecimalFormatDefaultDecimalFormatDefaultDecimalFormat to null a null reference (Nothing in Visual Basic) nullptr has the effect of removing the default decimal format from the collection.