ParameterizedString Implicit Conversion (String to ParameterizedString)
Converts a string to a parameterized string.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As String _
) As ParameterizedString
public static implicit operator ParameterizedString (
string value
)
static implicit operator ParameterizedString^ (
String^ value
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.
Parameters
- value
Type: System.String
A string.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedString
A parameterized string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.