URLEncode

This method of the IServer interface applies URL encoding rules, including escape characters, to the specified string.

Syntax

public abstract java.lang.String URLEncode(java.lang.String inst);

Return Value

Returns a URL encoded string.

Parameters

inst [in] A string that contains the text to be encoded.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.