Click or drag to resize
LocalizedGenderJsonConverterCanConvert Method
Returns true if given objectType is of type UserGenderEnum; otherwise, false.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: SystemType

Return Value

Type: Boolean
See Also