Class CurrencyFormatSettings
- Inheritance
-
CurrencyFormatSettings
- Inherited Members
-
public class CurrencyFormatSettings
- Extension Methods
-
Constructors
public CurrencyFormatSettings()
Properties
public string CurrencyFormat { get; set; }
Property Value
[Obsolete("Use CustomCurrencySymbolPosition instead")]
public string CustomCurrencyPosition { get; set; }
Property Value
public bool CustomCurrencySpace { get; set; }
Property Value
public string CustomCurrencySymbol { get; set; }
Property Value
public CurrencySymbolPosition CustomCurrencySymbolPosition { get; set; }
Property Value
public bool UseCustomCurrency { get; set; }
Property Value
Methods
public bool ShouldSerializeCustomCurrencyPosition()
Returns