Table of Contents

Class PropertyOutputFormatterDouble

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Generic double number formatter (non-currency / non-percentage) extending numeric base options.

public class PropertyOutputFormatterDouble : PropertyOutputFormatterDoubleBase
Inheritance
PropertyOutputFormatterDouble
Inherited Members

Constructors

PropertyOutputFormatterDouble(PropertyOutputFormatterBase)

Initializes a new instance of the PropertyOutputFormatterDouble class by wrapping an existing formatter base item.

public PropertyOutputFormatterDouble(PropertyOutputFormatterBase item)

Parameters

item PropertyOutputFormatterBase

The base formatter item to wrap.

Properties

ForceSign

Gets or sets whether a sign is always shown.

public string ForceSign { get; set; }

Property Value

string

Unit

Gets or sets the unit string appended to the value.

public string Unit { 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.