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.
StringComparisonOperatorConverter::ConvertFromStringToEnum Method (String^)
Converts the specified string to a corresponding enum value.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
protected: virtual StringComparisonOperator ConvertFromStringToEnum( String^ value ) override
Parameters
- value
-
Type:
System::String^
The string value to convert.
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::StringComparisonOperatorThe enum corresponding to the specified string value.
Show: