Table of Contents

Class PropertyOutputFormatterDoubleBase

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

Represents the base class for property output formatters that format double values.

public class PropertyOutputFormatterDoubleBase : PropertyOutputFormatterBase
Inheritance
PropertyOutputFormatterDoubleBase
Derived
Inherited Members

Properties

CountOfDecimals

Gets or sets the number of decimal digits.

public string CountOfDecimals { get; set; }

Property Value

string

DecimalSeparatorCharType

Gets or sets the decimal separator type.

public string DecimalSeparatorCharType { get; set; }

Property Value

string

DefaultFormat

Gets or sets the default format for the double value.

protected string DefaultFormat { get; set; }

Property Value

string

EmptyStringIfZero

Gets or sets whether zero values are rendered as empty string.

public string EmptyStringIfZero { get; set; }

Property Value

string

ExponentialFormat

Gets or sets whether exponential format is used.

public string ExponentialFormat { get; set; }

Property Value

string

ForceZeroBeforeDecimalSeparator

Gets or sets whether a zero must precede the decimal separator.

public string ForceZeroBeforeDecimalSeparator { get; set; }

Property Value

string

NegativeFormatType

Gets or sets the negative value format type.

public string NegativeFormatType { get; set; }

Property Value

string

RemoveTrailingZeroes

Gets or sets whether trailing zeroes are removed.

public string RemoveTrailingZeroes { get; set; }

Property Value

string

ThousandsSeparatorCharType

Gets or sets the thousands separator type.

public string ThousandsSeparatorCharType { get; set; }

Property Value

string

Methods

GetNumberFormatInfo()

Gets the number format information based on the specified properties.

protected virtual NumberFormatInfo GetNumberFormatInfo()

Returns

NumberFormatInfo

The number format information.