Name | <ElementTag.base64_to_binary> |
Returns | BinaryTag |
Description | Converts base64 encoded text to its raw binary form.
See also BinaryTag.to_base64 |
Example |
|
Group | conversion |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L2322 |