Converts bytes from their binary representation to a text representation.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- bytes
- Type: System Byte
An input array of bytes.
- byteIndex
- Type: System Int32
The index of the first byte.
- byteCount
- Type: System Int32
The number of bytes to read.
- chars
- Type: System Char
An output array of characters.
- charIndex
- Type: System Int32
The index of the first character.
- charCount
- Type: System Int32
The number of characters to write.
Return Value
The number of characters written.See Also