stringToBytes
stringToBytes(
string):Uint8Array<ArrayBuffer>
Defined in: astrobase/src/internal/encoding.ts:52
Decode a a string to individual bytes by char code.
Parameters
Section titled “Parameters”string
Section titled “string”string
A string.
Returns
Section titled “Returns”Uint8Array<ArrayBuffer>
A Uint8Array.