IBsonWriterWriteSymbol Method |
Writes a BSON Symbol to the writer.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax void WriteSymbol(
string value
)
Sub WriteSymbol (
value As String
)
abstract WriteSymbol :
value : string -> unit
Parameters
- value
- Type: SystemString
The symbol.
See Also