  | ConverterTryParseEnumT Method (Int32, T) | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static bool TryParseEnum<T>(
	int value,
	out T result
)
where T : struct, new()
Public Shared Function TryParseEnum(Of T As {Structure, New}) ( 
	value As Integer,
	<OutAttribute> ByRef result As T
) As BooleanParameters
- value
 - Type: SystemInt32
 - result
 - Type: T
 
Type Parameters
- T
 
Return Value
Type: 
Boolean
See Also