Version: v0.8.1 - Beta.  We welcome contributors & feedback.

String.fromBytes

fromBytes() -> string

Description

Convert a list of integer byte values to a string.

String.fromBytes([84, 72, 84])
//= 'THT'

See Also