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.
NumericalComparisonOperatorConverter::ConvertFromEnumToString Method (NumericalComparisonOperator)
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( NumericalComparisonOperator value ) override
Parameters
- value
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::NumericalComparisonOperator
The enum value to convert.
Show: