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

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.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

IEntityAttributeValueFormatterFormat(Boolean)
See Also