Encodes the specified range of the specified char array.
A byte array containing the encoded representation of the range in chars from index to index + count - 1.
Type Reason ArgumentNullException chars is null. ArgumentOutOfRangeException index and count do not denote a valid range in chars.
Operation
As described above.Note to Inheritors
This method is overridden by types derived from System.Text.Encoding to perform the encoding.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0