Click or drag to resize
EncodingUTF8 Property
Gets an encoding for the UTF-8 format.

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

Return Value

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