All pages
Powered by GitBook
1 of 1

UTF8

This section contains reference documentation for UTF8 encode/decode functions.

  • fromUtf8 returns UTF8 encoded string of input binary data (bytes type).

  • toUtf8 returns binary data (represented as a Hex string) from a UTF8 encoded string.

Signature

fromUtf8(bytesCol)

toUtf8(string)

Usage Examples