Click or drag to resize
EncodingUTF7 Property
Gets an encoding for the UTF-7 format.

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static Encoding UTF7 { get; }

Return Value

Type: Encoding
An encoding for the UTF-7 format.
See Also