TryConvertFromExpression(IExpression, out TypedConstant?)
Declaration
public static bool TryConvertFromExpression(IExpression expression, out TypedConstant? typedConstant)Parameters
| Type | Name | Description |
|---|---|---|
| IExpression | expression | |
| TypedConstant? | typedConstant |
Returns
| Type | Description |
|---|---|
| bool |
TryConvertFromExpression(string, out TypedConstant?)
Declaration
public static bool TryConvertFromExpression(string expression, out TypedConstant? typedConstant)Parameters
| Type | Name | Description |
|---|---|---|
| string | expression | |
| TypedConstant? | typedConstant |
Returns
| Type | Description |
|---|---|
| bool |