Method ReadCStringBytes
ReadCStringBytes()
Reads a BSON CString from the stream.
public override ArraySegment<byte> ReadCStringBytes()
Returns
- ArraySegment<byte>
An ArraySegment containing the CString bytes (without the null byte).
Reads a BSON CString from the stream.
public override ArraySegment<byte> ReadCStringBytes()
An ArraySegment containing the CString bytes (without the null byte).