Parse the given expression text.
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public ParseResult Parse( string expression ) |
| Visual Basic |
|---|
Public Function Parse ( _ expression As String _ ) As ParseResult |
| JScript |
|---|
public function Parse( expression : String ) : ParseResult |
Parameters
- expression
- Type: System..::..String