ParseResultStatus Property

Gets the status of the last call to the Parse(String, Int32) method.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public ParseStatus Status { get; }

Property Value

ParseStatus
One of the values of the ParseStatus enumeration.

See Also