Share via


ParserResults.Success Property

Definition

Indicates if parsing was successful (no errors).

public:
 property bool Success { bool get(); };
public bool Success { get; }
member this.Success : bool
Public ReadOnly Property Success As Boolean

Property Value

true if parsing was successful, false otherwise.

Applies to