Class PropertyOutputFormatterCurrency
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Currency formatter extending the numeric base with currency-specific settings.
public class PropertyOutputFormatterCurrency : PropertyOutputFormatterDoubleBase
- Inheritance
-
PropertyOutputFormatterCurrency
- Inherited Members
Constructors
PropertyOutputFormatterCurrency(PropertyOutputFormatterBase)
public PropertyOutputFormatterCurrency(PropertyOutputFormatterBase item)
Parameters
Properties
CurrencySymbol
Gets or sets the currency symbol.
public string CurrencySymbol { get; set; }
Property Value
PositiveFormatType
Gets or sets the positive value format type.
public string PositiveFormatType { get; set; }
Property Value
Methods
GetNumberFormatInfo()
Gets the number format information based on the specified properties.
protected override NumberFormatInfo GetNumberFormatInfo()
Returns
- NumberFormatInfo
The number format information.