Function MarshallsSingleton.variantToBase64

Returns a Base64-encoded string of the Variant variant. If full_objects is true, encoding objects is allowed (and can potentially include code).

String variantToBase64(VariantArg0) (
  in VariantArg0 variant,
  in bool full_objects = false
);