Class CurrencyFormatSettings
Inheritance
CurrencyFormatSettings
Assembly: TOMWrapper.dll
public class CurrencyFormatSettings
Constructors
Declaration
public CurrencyFormatSettings()
Properties
Declaration
public string CurrencyFormat { get; set; }
Property Value
Declaration
public string CustomCurrencyPosition { get; set; }
Property Value
Declaration
public bool CustomCurrencySpace { get; set; }
Property Value
Declaration
public string CustomCurrencySymbol { get; set; }
Property Value
Declaration
public bool UseCustomCurrency { get; set; }
Property Value
Extension Methods