IAlphabetMapperConvertToIndexes Method
Return the passed in char[] as a byte array of indexes (indexes
can be more than 1 byte)
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
Function ConvertToIndexes (
input As Char()
) As Byte()
function ConvertToIndexes(input);
- input Char
- characters to be mapped.
Bytean index array.