WebTestResponseCodeConverter.ConvertFromStringToEnum(String) Method

Definition

protected:
 override Microsoft::VisualStudio::TestTools::WebTesting::WebTestResponseCode ConvertFromStringToEnum(System::String ^ value);
protected override Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode ConvertFromStringToEnum (string value);
override this.ConvertFromStringToEnum : string -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode
Protected Overrides Function ConvertFromStringToEnum (value As String) As WebTestResponseCode

Parameters

value
String

Returns

Applies to