ParameterizedString Implicit Conversion (ParameterizedString to String)
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
'Declaration
Public Shared Widening Operator CType ( _
value As ParameterizedString _
) As String
public static implicit operator string (
ParameterizedString value
)
static implicit operator String^ (
ParameterizedString^ value
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.
Parameters
value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringA ParameterizedString object.
Return Value
Type: String
An operator that can be used for implicit comparison.
.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.