Binary.Decompress

语法

 Binary.Decompress(binary as nullable binary, compressionType as number) as nullable binary

关于

使用给定压缩类型解压缩二进制值。 此调用的结果是输入内容的解压缩副本。 压缩类型包括:

示例 1

解压缩二进制值。

使用情况

Binary.Decompress(#binary({ 115, 103, 200, 7, 194, 20, 134, 36, 134, 74, 134, 84, 6, 0 }), Compression.Deflate)

输出

#binary({ 71, 0, 111, 0, 111, 0, 100, 0, 98, 0, 121, 0, 101, 0 })

results matching ""

    No results matching ""