UrlEncoded.decodeString

Decode string with % encoding. This method makes the assumption that the majority of calls will need no decoding.

@param encoded the encoded string to decode @return the decoded string

  1. string decodeString(string encoded)
    class UrlEncoded
    static
    string
    decodeString
    (
    string encoded
    )
  2. string decodeString(string encoded, size_t offset, size_t length)

Meta