Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataCom
EntityAttributeFormatter Class
EntityAttributeFormatter Methods
Format Method
Format Method (Boolean)
Format Method (DateTime)
Format Method (Decimal)
Format Method (Int64)
EntityAttributeFormatter
Format Method (Boolean)
Formats a Boolean value, and returns it.
Namespace:
CMS.DataCom
Assembly:
CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
Copy
public
string
Format
(
bool
value
)
Parameters
value
Type:
System
Boolean
A value to format.
Return Value
Type:
String
A string representation of the specified value.
Implements
IEntityAttributeFormatter
Format(Boolean)
See Also
Reference
EntityAttributeFormatter Class
Format Overload
CMS.DataCom Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com