-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_EnumValues_GetByDisplayName
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Gets enum field by its display name.
Namespace: CodeJam
Assembly: 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
- displayName
- Type: System.String
Name of the enum field.
Type: EnumValue
Enum field with matching display name.