Back Previous Next


Linguist basic package - decode

Syntax:

   decode {hashtable} from {string holder}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKDecode.class

Runtime handler(s):

   net.eclecity.linguist.basic.keyword.BasicHDecode.class

Function:

Decodes the hashtable from the string, using Base64 encoding. The reverse process can be done using encode.

Example(s):

   decode MyTable from MyBuffer


Back Previous Next