Encodes the provided characters into a byte array.
Overload List
Overload | Description |
GetBytes(Char[],Int32,Int32,Byte[],Int32) |
Encodes the provided characters into a byte array.
|
GetBytes(Char[]) | (Inherited from System.Text.Encoding) |
GetBytes(Char[],Int32,Int32) | (Inherited from System.Text.Encoding) |
GetBytes(String) | (Inherited from System.Text.Encoding) |
GetBytes(String,Int32,Int32,Byte[],Int32) | (Inherited from System.Text.Encoding) |
GetBytes(Char,Int32,Byte,Int32) | (Inherited from System.Text.Encoding) |
See Also