Table of Contents

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

item PropertyOutputFormatterBase

Properties

CurrencySymbol

Gets or sets the currency symbol.

public string CurrencySymbol { get; set; }

Property Value

string

PositiveFormatType

Gets or sets the positive value format type.

public string PositiveFormatType { get; set; }

Property Value

string

Methods

GetNumberFormatInfo()

Gets the number format information based on the specified properties.

protected override NumberFormatInfo GetNumberFormatInfo()

Returns

NumberFormatInfo

The number format information.