EXPAND

EXPAND(dataBytes)

Parameters

  • dataBytes - data to expand.

Description

Expand data that was compressed using the COMPRESS function. This method returns bytes.

Example

UTF8TOSTRING(EXPAND(COMPRESS(STRINGTOUTF8('Test'))))