Click or drag to resize
EntityAttributeFormatter Class
Provides culture-sensitive formatting for attribute values of Data.com entities.
Inheritance Hierarchy
SystemObject
  CMS.DataComEntityAttributeFormatter

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class EntityAttributeFormatter : IEntityAttributeFormatter

The EntityAttributeFormatter type exposes the following members.

Constructors
  NameDescription
Public methodEntityAttributeFormatter
Top
Methods
  NameDescription
Public methodFormat(Boolean)
Formats a Boolean value, and returns it.
Public methodFormat(DateTime)
Formats a DateTime value, and returns it.
Public methodFormat(Decimal)
Formats a Decimal value, and returns it.
Public methodFormat(Int64)
Formats an Int64 value, and returns it.
Top
See Also