|| apoc.text.base64Decode - APOC 核心文档 - Neo4j 文档

apoc.text.base64Decode

详情

语法

apoc.text.base64Decode(text)

描述

解码给定的 Base64 编码的 STRING

参数

名称

类型

描述

text

STRING

要使用 Base64 解码的字符串。

返回

STRING

使用示例

RETURN apoc.text.base64Decode("bmVvNGo=") AS output;
结果
输出

"neo4j"

© . This site is unofficial and not affiliated with Neo4j, Inc.