Back Previous Next


Linguist basic package - encode

Syntax:

   encode {hashtable} to {string holder}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKEncode.class

Runtime handler(s):

   net.eclecity.linguist.basic.keyword.BasicHEncode.class

Function:

Encodes the hashtable to the string, using Base64 encoding. The reverse process can be done using decode.

Example(s):

   encode MyTable to MyBuffer


Back Previous Next