Uint8ListConvertExtension extension

on

Methods

asciiDecode({bool allowInvalid = false}) String
Decodes this list of ASCII bytes to the corresponding string.
base64Encode() String
Encodes this list of bytes using base64 encoding.
base64UrlEncode() String
Encodes this list of bytes using base64url encoding.
latin1Decode() String
Decodes this list of Latin 1 bytes to the corresponding string.
toAsciiString({bool allowInvalid = false}) String
Decodes this list of ASCII bytes to the corresponding string.
toBase64String() String
Encodes this list of bytes using base64 encoding.
toBase64UrlString() String
Encodes this list of bytes using base64url encoding.
toLatin1String({bool? allowInvalid = false}) String
Decodes this list of Latin 1 bytes to the corresponding string.
toUtf8String({bool? allowMalformed = false}) String
Decodes this list of UTF-8 code units (bytes) to the corresponding string.
uft8Decode({bool? allowMalformed = false}) String
Decodes this list of UTF-8 code units (bytes) to the corresponding string.