UrlEncodingTryDecode Method

Overload List

TryDecode(ReadOnlySpanChar, Boolean, String)Tries to decode a URL-encoded read-only character span using the UTF-8 character set and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as SPACE characters (' ', U+0020).
TryDecode(String, Boolean, String)Tries to decode a URL-encoded String using the UTF-8 character set and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as SPACE characters (' ', U+0020).
TryDecode(ReadOnlySpanChar, Int32, Boolean, String)Tries to decode a URL-encoded read-only character span using a specified code page and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as SPACE characters (' ', U+0020).
TryDecode(ReadOnlySpanChar, String, Boolean, String)Tries to decode a URL-encoded read-only character span using a specified character set and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as SPACE characters (' ', U+0020).
TryDecode(String, Int32, Boolean, String)Tries to decode a URL-encoded String using a specified code page and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as SPACE characters (' ', U+0020).
TryDecode(String, String, Boolean, String)Tries to decode a URL-encoded String using a specified character set and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as SPACE characters (' ', U+0020).

See Also