Click or drag to resize
IEntityAttributeValueFormatter Interface
Provides formatting for attribute values of Facebook API entities.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public interface IEntityAttributeValueFormatter
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.
Public methodFormat(UserGenderEnum)
Formats a UserGenderEnum value, and returns it.
Top
See Also