Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResponseCodeConverter::ConvertFromEnumToString Method (WebTestResponseCode)

 

Converts the specified enum value to a string representative of this enum value.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

protected:
virtual String^ ConvertFromEnumToString(
	WebTestResponseCode value
) override

Parameters

value
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestResponseCode

The enum value to convert.

Return Value

Type: System::String^

A string representation of the specified enum value.

Return to top
Show: