ByteArrayToString
returns a string by decoding the data in the byte array ba, assuming UTF-8 encoding.
ByteArrayToString[ba,"encoding"]
interprets the data in the specified character encoding.
Details
- In ByteArrayToString[ba,…], ba should be a ByteArray object.
- The value of "encoding" can be any member of $CharacterEncodings with the exception of "Unicode" or "ISO10646-1".
Examples
open allclose allBasic Examples (2)
Scope (2)
Applications (1)
Properties & Relations (4)
Possible Issues (1)
See Also
StringToByteArray FromCharacterCode $CharacterEncodings ImportByteArray ByteArray String
Related Guides
Introduced in 2017
(11.2)