There was an error while loading. Please reload this page.
Try to parse the enum value.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool TryParse<TEnum>( string name, out TEnum result ) where TEnum : struct, new()
VB
Public Shared Function TryParse(Of TEnum As {Structure, New}) ( name As String, <OutAttribute> ByRef result As TEnum ) As Boolean
F#
static member TryParse : name : string * result : 'TEnum byref -> bool when 'TEnum : struct, new()
Type: Booleantrue, if parsing was successful; false otherwise.
true
false
EnumHelper ClassTryParse OverloadCodeJam Namespace