ParseResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of parsing an expression.
public class ParseResult
type ParseResult = class
Public Class ParseResult
- Inheritance
-
ParseResult
Properties
| Errors |
List of errors or warnings. Check IsWarning. |
| IsSuccess |
True if no errors. |
| Options | |
| Root |
The top level node. Not null. |
| Text | |
Methods
| GetAnonymizedFormula() |
Converts the current formula into an anonymized format suitable for logging. |