image\cslogo3d1.gif

IServer::URLEncode

The IServer::URLEncode method applies URL encoding rules, including escape characters, to the specified string. For more information, see the URLEncode method of the Server object.

HRESULT URLEncode(

BSTR bstrIn,

BSTR * pbstrEncoded

);

Parameters: IServer::URLEncode

bstrIn

A binary string that contains the text to be encoded.

pbstrEncoded

Points to a binary string that receives the encoded text.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.