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

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

Parameters

value
Type: CMS.MembershipUserGenderEnum
A value to format.

Return Value

Type: String
A string representation of the specified value.

Implements

IEntityAttributeValueFormatterFormat(UserGenderEnum)
See Also