Method ReadString
ReadString(Buffer)
Reads a string from the buffer.
Declaration
public static string ReadString(this Buffer buffer)
Parameters
Type | Name | Description |
---|---|---|
Buffer | buffer |
Returns
Type | Description |
---|---|
string | The string that has been read from the buffer. |