Term Implicit Conversion (String to Term)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts a String to a term.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As String _
) As Term
public static implicit operator Term (
string value
)
static implicit operator Term^ (
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 value
Return Value
Type: Microsoft.SolverFoundation.Services.Term
The string converted to a term.
.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.