public class URLEncoder extends Object
public static String UrlEncode(String value, String encoding) throws UnsupportedEncodingException
value - The String to be URL-encodedencoding - The encoding to be usedUnsupportedEncodingException - If the encoding given is not supportedCopyright © 2014. All Rights Reserved.