u8array_to_string


u8array_to_string(a)
      

Return a string initialized from the bytes in the unsigned byte-array a.

Examples:


u8array_to_string(#u8[65, 66, 67])
// ABC
      

Also see:

string_to_u8array


Core Module Index | Contents