Utf8Helper Class (original) (raw)
Represents a class that has some helper methods for decoding UTF8 strings.
Inheritance Hierarchy
SystemObject
MongoDB.Bson.IOUtf8Helper
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static class Utf8Helper
Public NotInheritable Class Utf8Helper
[] [] type Utf8Helper = class end
The Utf8Helper type exposes the following members.
Methods
| | Name | Description | |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ---------------------- |
| | DecodeUtf8String | Decodes a UTF8 string. |
See Also