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.
Converts a string to a parameterized string.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public static implicit operator ParameterizedString (
string value
)
public:
static operator ParameterizedString^ (
String^ value
)
F# does not support this operator
Public Shared Widening Operator CType (
value As String
) As ParameterizedString
Parameters
value
Type: System.StringA string.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedString
A parameterized string.
See Also
Implicit Overload
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top