Java.Net.URLDecoder: Method Members

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) : string
Decodes the argument which is assumed to be encoded in the x-www-form-urlencoded MIME content type.
static
Decode(string, string) : string
Decodes the argument which is assumed to be encoded in the x-www-form-urlencoded MIME content type, assuming the given charsetName.