NumericalComparisonOperatorConverter.ConvertFromEnumToString Method

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

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

Syntax

'Declaration
Protected Overrides Function ConvertFromEnumToString ( _
    value As NumericalComparisonOperator _
) As String
protected override string ConvertFromEnumToString(
    NumericalComparisonOperator value
)
protected:
virtual String^ ConvertFromEnumToString(
    NumericalComparisonOperator value
) override
abstract ConvertFromEnumToString : 
        value:NumericalComparisonOperator -> string 
override ConvertFromEnumToString : 
        value:NumericalComparisonOperator -> string 
protected override function ConvertFromEnumToString(
    value : NumericalComparisonOperator
) : String

Parameters

Return Value

Type: System.String
A string representation of the specified enum value.

.NET Framework Security

See Also

Reference

NumericalComparisonOperatorConverter Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace