Berserk Docs
Scalar FunctionsEncoding Functions

base64_encode_fromguid

Encodes a GUID to base64.

Syntax

base64_encode_fromguid(value)

Parameters

Prop

Type

Returns: string

Examples

Example 1

print base64_encode_fromguid("12345678-1234-1234-1234-123456789012")
print_0 (string)
eFY0EjQSNBISNBI0VniQEg==

On this page