Implicit Operator
Overloads
Implicit(String to ValueExpressionContainer) |
Implicit type conversion from System.String |
|
Implicit(Double to ValueExpressionContainer) |
Implicit type conversion from System.Double |
|
Implicit(Int32 to ValueExpressionContainer) |
Implicit type conversion from System.Int32 |
|
Implicit(ValueExpressionContainer to String) |
Implicit type conversion to System.String |
|
Implicit(ValueExpressionContainer to Double) |
Implicit type conversion to System.Double |
Implicit(String to ValueExpressionContainer)
Implicit type conversion from System.String
Declaration
public static implicit operator ValueExpressionContainer(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
The value to convert |
Returns
Type | Description |
---|---|
ValueExpressionContainer |
The converted result |
Implicit(Double to ValueExpressionContainer)
Implicit type conversion from System.Double
Declaration
public static implicit operator ValueExpressionContainer(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
The value to convert |
Returns
Type | Description |
---|---|
ValueExpressionContainer |
The converted result |
Implicit(Int32 to ValueExpressionContainer)
Implicit type conversion from System.Int32
Declaration
public static implicit operator ValueExpressionContainer(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
The value to convert |
Returns
Type | Description |
---|---|
ValueExpressionContainer |
The converted result |
Implicit(ValueExpressionContainer to String)
Implicit type conversion to System.String
Declaration
public static implicit operator string (ValueExpressionContainer value)
Parameters
Type | Name | Description |
---|---|---|
ValueExpressionContainer | value |
The object to convert |
Returns
Type | Description |
---|---|
System.String |
The converted result |
Implicit(ValueExpressionContainer to Double)
Implicit type conversion to System.Double
Declaration
public static implicit operator double (ValueExpressionContainer value)
Parameters
Type | Name | Description |
---|---|---|
ValueExpressionContainer | value |
The object to convert |
Returns
Type | Description |
---|---|
System.Double |
The converted 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!