- s
- Documentation for this section has not yet been entered.
- charsetName
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.IO.UnsupportedEncodingException if charsetName is not supported.
Decodes the argument which is assumed to be encoded in the x-www-form-urlencoded MIME content type, assuming the given charsetName. '
+' will be converted to space, '%' and two following hex digit characters are converted to the equivalent byte value. All other characters are passed through unmodified. For example "A+B+C %24%25" -> "A B C $%".