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.
Determines whether the string representation of value is defined.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsDefined<TEnum>( string value ) where TEnum : struct, new()
VB
Public Shared Function IsDefined(Of TEnum As {Structure, New}) ( value As String ) As Boolean
F#
static member IsDefined : value : string -> bool when 'TEnum : struct, new()
Type: BooleanTrue, if enum defines the value.
EnumHelper ClassIsDefined OverloadCodeJam Namespace