Partilhar via


ParseResult Class

Definition

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.

Applies to