public readonly struct ParseResult
Public Structure ParseResult
Dim instance As ParseResult
public value class ParseResult
ArgumentName | Gets the name of the argument that caused the error or cancellation. |
LastException | Gets the exception that occurred during the last call to the Parse(String, Int32) method, if any. |
Status | Gets the status of the last call to the Parse(String, Int32) method. |
Success | Gets a ParseResult instance that represents successful parsing. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
FromCanceled | Creates a ParseResult instance that represents canceled parsing. |
FromException | Creates a ParseResult instance that represents a parsing error. |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |