$string encode/decode

Allows you to encode and decode a string using a specified encoding.


Example

Running this code will encode the string input "http://www.ubotstudio.com/resources" to "HTML Number (ASCII)".

The alert box shows the encoded string as stated above.

alert($plugin function("Data and Files Automation.dll", "$string encode/decode", "http://www.ubotstudio.com/resources", "HTML Number(ASCII)", "Encode", "True"))

Was this helpful?

Previous Article

$string compare