Converts a string to an array of character codes.
The string to convert.
strToCharCodes('Hello');;//=> [72, 101, 108, 108, 111] Copy
strToCharCodes('Hello');;//=> [72, 101, 108, 108, 111]
Generated using TypeDoc
Converts a string to an array of character codes.