The
methods
of Java.Net.URLDecoder are listed below. For a list of all members, see the URLDecoder Members list.
See Also: Inherited members from Java.Lang.Object
Public Methods
static | Decode(string) : stringDecodes the argument which is assumed to be encoded in the x-www-form-urlencoded MIME content type. |
static | Decode(string, string) : stringDecodes the argument which is assumed to be encoded in the x-www-form-urlencoded MIME content type, assuming the given charsetName. |