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

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
string Format(
	bool value
)

Parameters

value
Type: SystemBoolean
A value to format.

Return Value

Type: String
A string representation of the specified value.
See Also