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
DecimalSeparatorCharType
Gets or sets the decimal separator type.
public string DecimalSeparatorCharType { get; set; }
Property Value
DefaultFormat
Gets or sets the default format for the double value.
protected string DefaultFormat { get; set; }
Property Value
EmptyStringIfZero
Gets or sets whether zero values are rendered as empty string.
public string EmptyStringIfZero { get; set; }
Property Value
ExponentialFormat
Gets or sets whether exponential format is used.
public string ExponentialFormat { get; set; }
Property Value
ForceZeroBeforeDecimalSeparator
Gets or sets whether a zero must precede the decimal separator.
public string ForceZeroBeforeDecimalSeparator { get; set; }
Property Value
NegativeFormatType
Gets or sets the negative value format type.
public string NegativeFormatType { get; set; }
Property Value
RemoveTrailingZeroes
Gets or sets whether trailing zeroes are removed.
public string RemoveTrailingZeroes { get; set; }
Property Value
ThousandsSeparatorCharType
Gets or sets the thousands separator type.
public string ThousandsSeparatorCharType { get; set; }
Property Value
Methods
GetNumberFormatInfo()
Gets the number format information based on the specified properties.
protected virtual NumberFormatInfo GetNumberFormatInfo()
Returns
- NumberFormatInfo
The number format information.