IBsonReaderReadBoolean Method |
Reads a BSON boolean from the reader.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax Function ReadBoolean As Boolean
abstract ReadBoolean : unit -> bool
Return Value
Type:
BooleanA Boolean.
See Also