Name | <BinaryTag.text_decode[<encoding>]> |
Returns | ElementTag |
Description | Returns the raw text represented by this binary data, decoding using the specified encoding method.
Input can be for example "utf-8" or "iso-8859-1". See also ElementTag.text_encode |
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/BinaryTag.java#L212 |