Mono Class Library: System.Text NamespaceSystem.Text.ASCIIEncoding Class |
See Also: ASCIIEncoding Members
System.Object
System.Text.Encoding
System.Text.ASCIIEncoding
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
System.Text.ASCIIEncoding encodes characters as single 7-bit ASCII characters. This encoding supports Unicode code points between U+0000 and U+007F, inclusive.
Note: The limited range of code points supported by System.Text.ASCIIEncoding makes ASCII inadequate for many internationalized applications. System.Text.UTF8Encoding and System.Text.UnicodeEncoding provide encodings that are more suitable for internationalized applications.[Edit]
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0