Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an operator that can be used for implicit comparison of parameterized strings.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public static implicit operator string (
ParameterizedString value
)
public:
static operator String^ (
ParameterizedString^ value
)
F# does not support this operator
Public Shared Widening Operator CType (
value As ParameterizedString
) As String
Parameters
value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringA ParameterizedString object.
Return Value
Type: System.String
An operator that can be used for implicit comparison.
See Also
Implicit Overload
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top