IBsonReaderReadString Method |
Reads a BSON string from the reader.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax Function ReadString As String
abstract ReadString : unit -> string
Return Value
Type:
StringA String.
See Also