Class Utf8Encodings
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
Strict
Gets the strict instance.
public static UTF8Encoding Strict { get; }