Converts an ASCII string to the equivalent bytes
asciiToBytes('stacks $'); // Uint8Array(8) [ 115, 116, 97, 99, 107, 115, 32, 36 ] Copy
asciiToBytes('stacks $'); // Uint8Array(8) [ 115, 116, 97, 99, 107, 115, 32, 36 ]
Generated using TypeDoc
Converts an ASCII string to the equivalent bytes