Click or drag to resize

NumberDisplayFormat Class

Base class for formatting numbers.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.Data.DisplayFormatDisplayFormat
            Easymap.AddIn.Data.DisplayFormatNumberDisplayFormat

Namespace: Easymap.AddIn.Data.DisplayFormat
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class NumberDisplayFormat : DisplayFormat

The NumberDisplayFormat type exposes the following members.

Properties
 NameDescription
Public propertyAppendix Gets or sets the appendix of a number.
Public propertyDecimalPlaces Gets or sets decimal places of a number.
Public propertyThousandsSeparator Gets or sets a value indicating whether using thousands seperator.
Top
See Also