'Declaration <DefaultValueAttribute(True)> Public Property IsCurrencySymbolBeforeValue As Boolean
[DefaultValue(True)] public bool IsCurrencySymbolBeforeValue { get; set; }
[DefaultValue(True)] public: __property bool get_IsCurrencySymbolBeforeValue(); public: __property void set_IsCurrencySymbolBeforeValue(
bool value
);
Property Value
True - currency symbol format must be written before number format; false - currency symbol format must be written after number format.