Skip to content

M_CodeJam_EnumValues_GetByDisplayName

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

EnumValues.GetByDisplayName Method

Gets enum field by its display name.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public EnumValue GetByDisplayName(
	string displayName
)

VB

Public Function GetByDisplayName ( 
	displayName As String
) As EnumValue

F#

member GetByDisplayName : 
        displayName : string -> EnumValue 

Parameters

 

displayName
Type: System.String
Name of the enum field.

Return Value

Type: EnumValue
Enum field with matching display name.

See Also

Reference

EnumValues Class
CodeJam Namespace

Clone this wiki locally