TDecode:Decode
  

NAME

Decode - decode a String

SYNOPSIS

Decode( cString )

PURPOSE

Get a string after a POST/GET operation and transofrm in a valid value

EXAMPLE

oSock := TDecode ():new()


? oSock:decode( "hello%20world" ) // "hello world"

SEE ALSO

TDecode :Encode