Click or drag to resize

DisplayFormat Class

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

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

The DisplayFormat type exposes the following members.

Properties
 NameDescription
Public propertyAlignment Gets the alignment of a value.
Public propertyFormatString Gets the formatted string of a value.
Top
Methods
 NameDescription
Public methodConvertToString Converts an object to string.
Top
See Also