ParseStatus Enumeration

Indicates 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 enum ParseStatus

Members

None0 The Parse(String, Int32) method has not been called yet.
Success1 The operation was successful.
Error2 An error occurred while parsing the arguments.
Canceled3 Parsing was canceled by one of the arguments.

See Also