Overload List

  Name Description
Public method GetBytes(array<Char>[]()[][])
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public method GetBytes(String)
When overridden in a derived class, encodes all the characters in the specified String into a sequence of bytes.
(Inherited from Encoding.)
Public method GetBytes(array<Char>[]()[][], Int32, Int32)
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public method GetBytes(Char*, Int32, Byte*, Int32)
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from Encoding.)
Public method GetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32)
When overridden in a derived class, encodes a set of characters from the specified String into the specified byte array.
(Inherited from Encoding.)
Public method GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32)
Encodes the specified range of a System.String into the specified range of a chars array.
(Overrides Encoding..::..GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).)

See Also