WebTestResponseCodeConverter.ConvertFromStringToEnum(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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