#binary

语法

#binary(value as any) as any

关于

从数字列表或一个 Base 64 编码文本值创建一个二进制值。

示例 1

从数字列表创建一个二进制值。

使用情况

#binary({ 0x30, 0x31, 0x32 })

输出

Text.ToBinary("012")

示例 2

从一个 Base 64 编码文本值创建一个二进制值。

使用情况

#binary("1011")

输出

Binary.FromText("1011", BinaryEncoding.Base64)

results matching ""

    No results matching ""