OpenMetaverse Protocol Library Developers API Documentation
EnumTryParse < (Of < ( <' T > ) > ) > Method (strType, result)
NamespacesOpenMetaverseUtilsEnumTryParse < (Of < <' ( T > ) > > ) (String, T % )
Try to parse an enumeration value from a string
Declaration Syntax
C#
public 
static 
bool 
EnumTryParse<T>(
        
string 
strType,
        
out T 
result
)
Generic Template Parameters
T
Enumeration type
Parameters
strType ( String)
String value to parse
result ( T %)
Enumeration value on success
Return Value
True if the parsing succeeded, otherwise false

Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0