@wtasnorg/node-lib
@wtasnorg/node-lib / getAscii
getAscii(input): string
input
string
Defined in: src/hash.ts:23
Convert a string to a string of its ASCII character codes.
The string to convert.
A string of concatenated character codes.
getAscii("AB"); // "6566"