System.Text.Encoding.UTF7 Property

Gets an encoding for the UTF-7 format.

Syntax

public static Encoding UTF7 { get; }

Value

Documentation for this section has not yet been entered.

Remarks

UTF-7 encoding is used primarily in environments that historically have been restricted to 7 bits, such as NNTP and some email applications. Because of issues with robustness and security, you should not use UTF7 encoding in 8-bit environments where UTF-8 encoding can be used instead.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0