Click or drag to resize
EncodingASCII Property
Gets an encoding for the ASCII (7-bit) character set.

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

Return Value

Type: Encoding
An encoding for the ASCII (7-bit) character set.
See Also