BuildMaster SDK Reference
Version:
Parse(string text, string variableSupportCode) Method
Parses a string into an expression tree.
Syntax
public
static
VariableExpressionTree Parse(string text, string variableSupportCode)
Parameters
- text
- Type: string
The text to parse.
- variableSupportCode
- Type: string
The type of variable support to use.
Returns
Parsed expression tree.
Exceptions
System.ArgumentNullException
|
text is null (Nothing in Visual Basic) or variableSupportCode is null (Nothing in Visual Basic) or empty.
|
System.ArgumentException
|
variableSupportCode is not a valid value.
|