apoc.create.uuidHexToBase64

Details

Syntax

apoc.create.uuidHexToBase64(uuid)

Description

Takes the given UUID represented as a hexadecimal STRING and returns it encoded with base64.

Arguments

Name

Type

Description

uuid

STRING

The UUID represented as a hexadecimal string.

Returns

STRING

Usage Examples

The following converts a UUID encoded with Base64 to HEX representation:

RETURN apoc.create.uuidHexToBase64("bd7f1d33-95e8-49ed-a576-873f433304cb") as output;
Results
Output

"vX8dM5XoSe2ldoc/QzMEyw"