BaseEncoding Methods

CryptSharp

BaseEncoding Methods CryptSharp

The BaseEncoding type exposes the following members.

Methods

  Name Description
Public method GetByteCount
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array.
(Overrides EncodingGetByteCount(Char, Int32, Int32).)
Public method 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).)
Public method GetBytes(Char, Int32, Int32, Byte, Int32, Int32)
Converts characters from their text representation to a binary representation.
Public method GetChar
Gets the character corresponding to the specified value.
Public method GetCharCount
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
(Overrides EncodingGetCharCount(Byte, Int32, Int32).)
Public method GetChars(Byte, Int32, Int32, Char, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into the specified character array.
(Overrides EncodingGetChars(Byte, Int32, Int32, Char, Int32).)
Public method GetChars(Byte, Int32, Int32, Char, Int32, Int32)
Converts bytes from their binary representation to a text representation.
Public method GetMaxByteCount
When overridden in a derived class, calculates the maximum number of bytes produced by encoding the specified number of characters.
(Overrides EncodingGetMaxByteCount(Int32).)
Public method GetMaxCharCount
When overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes.
(Overrides EncodingGetMaxCharCount(Int32).)
Public method GetValue
Gets the value corresponding to the specified character.
Top
See Also

Reference