MarshallsSingleton.base64ToVariant

Returns a decoded Variant corresponding to the Base64-encoded string base64_str. If allow_objects is true, decoding objects is allowed. Warning: Deserialized objects can contain code which gets executed. Do not use this option if the serialized object comes from untrusted sources to avoid potential security threats such as remote code execution.

struct MarshallsSingleton
@nogc nothrow
Variant
base64ToVariant
(
in String base64_str
,
in bool allow_objects = false
)

Meta