BaseEncodingGetBytes Method | CryptSharp |
Overload List
Name | Description | |
---|---|---|
GetBytes(Char, Int32, Int32, Byte, Int32) | When overridden in a derived class, encodes a set of characters from the specified character array into the specified byte array. (Overrides EncodingGetBytes(Char, Int32, Int32, Byte, Int32).) |
|
GetBytes(Char, Int32, Int32, Byte, Int32, Int32) |
Converts characters from their text representation to a binary representation.
|
See Also