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.

NumericalComparisonOperatorConverter::ConvertFromStringToEnum Method (String^)

 

Converts the specified string to a corresponding enum value.

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

protected:
virtual NumericalComparisonOperator ConvertFromStringToEnum(
	String^ value
) override

Parameters

value
Type: System::String^

The string value to convert.

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::NumericalComparisonOperator

The enum that corresponds to the specified string value.

Return to top
Show: