EncoderObject API - atrocy/HexOBinary GitHub Wiki

Properties

string action

number|string encoded

number|string space_encoded

Methods

string Encode:Binary(input: string|number, separator: string?)

Encodes the input into binary

string Encode:Octal(input: string|number, separator: string?)

Encodes the input into octal

string Encode:Hexadecimal(input: string|number, separator: string?)

Encodes the input into hexadecimal

string|number Encode:Decode()

Decodes itself, using the last encoded option you used

string Encode:Get(getWithSpaces: boolean)

Returns the converted value, if you pass true, it will return that value with spaces