C#
VB
C++
Parses the specified string to an enumeration.
[ExtensionAttribute()]
public static T Parse<T>(
string value
)
<ExtensionAttribute()>
Public Overloads Shared Function Parse(Of T)( _
ByVal value As String _
) As T
value
The string to parse.
T
The enumeration type
The enumeration value that corresponds to the string.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET