Click or drag to resize
IEntityAttributeFormatter Interface
Provides formatting for attribute values of Data.com entities.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public interface IEntityAttributeFormatter
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