Click or drag to resize
EntityAttributeFormatterFormat Method (Boolean)
Formats a Boolean value, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public string Format(
	bool value
)

Parameters

value
Type: SystemBoolean
A value to format.

Return Value

Type: String
A string representation of the specified value.

Implements

IEntityAttributeFormatterFormat(Boolean)
See Also