Const
Converter for string values, encoded as UTF-8.
string
Example:
const buf = ccfapp.string.encode('my-string'); // ArrayBufferconst val = ccfapp.string.decode(buf); // string Copy
const buf = ccfapp.string.encode('my-string'); // ArrayBufferconst val = ccfapp.string.decode(buf); // string
Converter for
string
values, encoded as UTF-8.Example: