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::ConvertFromEnumToString Method (StringComparisonOperator)
Converts the specified enum value to a string that is representative of this enum value.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
protected: virtual String^ ConvertFromEnumToString( StringComparisonOperator value ) override
Parameters
- value
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::StringComparisonOperator
The enum value to convert.
Show: