URLEncode

The URLEncode method of the Server class applies URL encoding rules, including escape characters, to a specified string.

public string URLEncode(String str);

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