| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Parse( _ ByVal expressionString As System.String, _ ByVal subType As ExpressionResultType _ ) As ExpressionInfo | |
| C# | |
|---|---|
public static ExpressionInfo Parse( System.string expressionString, ExpressionResultType subType ) | |
Parameters
- expressionString
- The string to parse.
- subType
- If the expressionString parameter does not start with an equals sign (=), then the expression is treated as a constant with an enumerated ExpressionResultType.