Click or drag to resize
IBsonWriterWriteBoolean Method
Writes a BSON Boolean to the writer.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
void WriteBoolean(
	bool value
)

Parameters

value
Type: SystemBoolean
The Boolean value.
See Also