Method WriteBoolean NamespaceMongoDB.Bson.IO AssemblyMongoDB.Bson.dll WriteBoolean(BsonStream, bool) Writes a boolean to the stream. public static void WriteBoolean(this BsonStream stream, bool value) Parameters stream BsonStream The stream. value bool The value.