Convert between URL querystring and name/value pairs. Decodes and encodes URL parameters.
function UrlParams() { this._store = {}; }