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