Click or drag to resize
BsonStream.WriteString Method
Writes a BSON string to the stream.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax
public abstract void WriteString(
	string value,
	UTF8Encoding encoding
)

Parameters

value
Type: System.String
The value.
encoding
Type: System.Text.UTF8Encoding
The encoding.
See Also