Operator Implicit
| Improve this Doc View SourceImplicit(String to _String)
Implicitly converts the supplied value to a column of parameter expression.
Declaration
public static implicit operator _String(string x)
Parameters
Type | Name | Description |
---|---|---|
System.String | x | The value of the parameter expression. |
Returns
Type | Description |
---|---|
_String | The column of parameter expression. |