Received Methods |
The Received type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Parse(Byte) | Parse the specified input buffer into a new Received instance. | |
| Parse(ParserOptions, Byte) | Parse the specified input buffer into a new Received instance. | |
| Parse(Byte, Int32, Int32) | Parse the specified input buffer into a new Received instance. | |
| Parse(ParserOptions, Byte, Int32, Int32) | Parse the specified input buffer into a new Received instance. | |
| ToString |
Serializes the Received value to a string.
(Overrides ObjectToString) | |
| ToString(FormatOptions) | Serializes the Received value to a string. | |
| TryParse(Byte, Received) | Try to parse the given input buffer into a new Received instance. | |
| TryParse(ParserOptions, Byte, Received) | Try to parse the given input buffer into a new Received instance. | |
| TryParse(Byte, Int32, Int32, Received) | Try to parse the given input buffer into a new Received instance. | |
| TryParse(ParserOptions, Byte, Int32, Int32, Received) | Try to parse the given input buffer into a new Received instance. |