This method encodes a URL and the data embedded in the URL so that it can be requested.
This method encodes a URL and the data embedded in the URL so that it can be requested.
public static string encode(string)
This method encodes a URL and the data embedded in the URL so that it can be requested. If the boolean parameter, fullEncode, is set to true, every character in the String will be encoded regardless of whether it needs to be. Currently, the encoding scheme works like this: spaces are encoded as '+' all letters, numbers, and the '*', '-', '.', '@', and '_' characters are not encoded everything else will be encoded as '%XY' where X and Y are the hex value of the character
public static string encode(string,bool)
HTMLStringTools Class | com.neokernel.httpd Namespace