Table of Contents

Class Utf8Encodings

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents a singleton instance of a strict UTF8Encoding.

public static class Utf8Encodings
Inheritance
Utf8Encodings
Inherited Members

Properties

Lenient

Gets the lenient instance.

public static UTF8Encoding Lenient { get; }

Property Value

UTF8Encoding

Strict

Gets the strict instance.

public static UTF8Encoding Strict { get; }

Property Value

UTF8Encoding