public enum ParseStatusPublic Enumeration ParseStatus
Dim instance As ParseStatuspublic enum class ParseStatus| None | 0 | The Parse(String, Int32) method has not been called yet. | 
| Success | 1 | The operation was successful. | 
| Error | 2 | An error occurred while parsing the arguments. | 
| Canceled | 3 | Parsing was canceled by one of the arguments. |