Method Decode
Decode(BsonStream, UTF8Encoding)
Decodes the name.
public string Decode(BsonStream stream, UTF8Encoding encoding)Parameters
- streamBsonStream
- The stream. 
- encodingUTF8Encoding
- The encoding. 
Returns
- string
- The name. 
Decodes the name.
public string Decode(BsonStream stream, UTF8Encoding encoding)stream BsonStreamThe stream.
encoding UTF8EncodingThe encoding.
The name.