| ConverterTryParseEnumT Method (Int32, T) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public 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 Boolean
Parameters
- value
- Type: SystemInt32
- result
- Type: T
Type Parameters
- T
Return Value
Type:
BooleanSee Also