IEntityAttributeValueFormatter.Format Method (Boolean) |
Formats a Boolean value, and returns it.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
Syntaxstring Format(
bool value
)
Parameters
- value
- Type: System.Boolean
A value to format.
Return Value
Type:
StringA string representation of the specified value.
See Also