Implicit Operator
Overloads
Implicit(String to StringExpression) |
Implicit type conversion from System.String |
|
Implicit(StringExpression to String) |
Implicit type conversion to System.String |
Implicit(String to StringExpression)
Implicit type conversion from System.String
Declaration
public static implicit operator StringExpression(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
The string value to convert |
Returns
Type | Description |
---|---|
StringExpression |
The resulting object |
Implicit(StringExpression to String)
Implicit type conversion to System.String
Declaration
public static implicit operator string (StringExpression value)
Parameters
Type | Name | Description |
---|---|---|
StringExpression | value |
The object to convert |
Returns
Type | Description |
---|---|
System.String |
The converted string result |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!