OutcomeConverter.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 Outcome _
) As String
protected override string ConvertFromEnumToString(
    Outcome value
)
protected:
virtual String^ ConvertFromEnumToString(
    Outcome value
) override
abstract ConvertFromEnumToString : 
        value:Outcome -> string  
override ConvertFromEnumToString : 
        value:Outcome -> string
protected override function ConvertFromEnumToString(
    value : Outcome
) : String

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

OutcomeConverter Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace