Decodes the specified array of bytes as a string of ASCII-encoded characters.
- bytes
- A byte array to decode as ASCII-encoded characters.
A string containing the decoded representation of bytes as ASCII-encoded characters.
Type Reason ArgumentNullException bytes is null.
Note: This method overrides Encoding.GetString(Byte[]).
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0