C#
VB
C++
Parses the specified string to an enumeration allowing for a case insensitive comparison.
[ExtensionAttribute()]public static T Parse<T>(string value,bool ignoreCase)
<ExtensionAttribute()>Public Overloads Shared Function Parse(Of T)( _ByVal value As String, _ByVal ignoreCase As Boolean _) As T
[ExtensionAttribute()]public:static _T^_ Parsegeneric<typename T>(String^ value,bool ignoreCase)
value
The string to parse.
ignoreCase
true to ignore case during string comparison.
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
