Table of Contents

Method ReadCStringBytes

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

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).