[]
Creates an ExpressionInfo object from a string expression representation.
public static ExpressionInfo FromString(string expressionString, ExpressionResultType type)
Type | Name | Description |
---|---|---|
string | expressionString | The expression string. |
ExpressionResultType | type | If the expressionString parameter does not start with an equals sign (=), then the expression is treated as a constant with an enumerated ExpressionResultType. |
Type | Description |
---|---|
ExpressionInfo | an ExpressionInfo object that represents the specified expression. |