Gets an encoding for the ASCII (7-bit) character set.
Namespace: System.TextAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Encoding ASCII { get; }
Return Value
Type:
EncodingAn encoding for the ASCII (7-bit) character set.
See Also