IAlphabetMapperConvertToChars Method
Return a char[] for this alphabet based on the indexes passed.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
Function ConvertToChars (
input As Byte()
) As Char()
function ConvertToChars(input);
- input Byte
- input array of indexes.
Charan array of char corresponding to the index values.