Content-Length: 456132 | pFad | https://bun.com/docs/guides/binary/typedarray-to-string

X Convert a Uint8Array to a string - Bun
Skip to main content
Bun implements the Web-standard TextDecoder class for converting from binary data types like Uint8Array and strings.
const arr = new Uint8Array([104, 101, 108, 108, 111]);
const decoder = new TextDecoder();
const str = decoder.decode(arr);
// => "hello"

See Docs > API > Binary Data for complete documentation on manipulating binary data with Bun.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://bun.com/docs/guides/binary/typedarray-to-string

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy