Visual Basic (Declaration) | |
---|---|
Public Shared Function Parse( _ ByVal candidate As String, _ Optional ByVal ignoreCase As Boolean _ ) As T |
Visual Basic (Usage) | ![]() |
---|---|
Dim candidate As String Dim ignoreCase As Boolean Dim value As T value = EnumParser(Of T).Parse(candidate, ignoreCase) |
C# | |
---|---|
public static T Parse( string candidate, bool ignoreCase ) |
C++/CLI | |
---|---|
public: static T^ Parse( String^ candidate, bool ignoreCase ) |
Parameters
- candidate
- ignoreCase
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2