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