We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gets enum field by its display name.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public EnumValue GetByDisplayName( string displayName )
VB
Public Function GetByDisplayName ( displayName As String ) As EnumValue
F#
member GetByDisplayName : displayName : string -> EnumValue
Type: EnumValueEnum field with matching display name.
EnumValues ClassCodeJam Namespace