This method of the IServer interface applies URL encoding rules, including escape characters, to the specified string.
public abstract java.lang.String URLEncode(java.lang.String inst);
Returns a URL encoded string.
inst | [in] A string that contains the text to be encoded. |