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.
Returns name of the enum value.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static string GetName<TEnum>( TEnum value ) where TEnum : struct, new()
VB
Public Shared Function GetName(Of TEnum As {Structure, New}) ( value As TEnum ) As String
F#
static member GetName : value : 'TEnum -> string when 'TEnum : struct, new()
Type: StringThe name of the enum value.
EnumHelper ClassCodeJam Namespace