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.
Tries to get enum field by its name.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public EnumValue GetByName( string name, bool ignoreCase )
VB
Public Function GetByName ( name As String, ignoreCase As Boolean ) As EnumValue
F#
member GetByName : name : string * ignoreCase : bool -> EnumValue
true
Type: EnumValueEnum field with matching name.
EnumValues ClassGetByName OverloadCodeJam Namespace