IEntityAttributeFormatterFormat Method (Boolean) |
Formats a Boolean value, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax string Format(
bool value
)
Parameters
- value
- Type: SystemBoolean
A value to format.
Return Value
Type:
StringA string representation of the specified value.
See Also