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