Method WriteCString
WriteCString(string)
Writes a BSON CString to the stream.
public override void WriteCString(string value)Parameters
- valuestring
- The value. 
Writes a BSON CString to the stream.
public override void WriteCString(string value)value stringThe value.