public class URLEncoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
UrlEncode(String value,
String encoding)
URL-encodes a String only if it is not found already URL-encoded
|
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 © 2017. All Rights Reserved.