IntListToStringExtension extension

Extension to add asString handling to List

on

Methods

asString(Encoding encoding, {Endian endian = Endian.big}) String
Convert the byte list to a string using the specified encoding. If, for some reason, you want to manipulate the endianness of the result, then the endian value can be changed to suite your needs.