UrlEncodingTryDecodeToBytes Method

Overload List

TryDecodeToBytes(ReadOnlySpanChar, Boolean, Byte)Tries to decode a URL-encoded read-only character span to a Byte array and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded as 0x20 (SPACE ' ').
TryDecodeToBytes(String, Boolean, Byte)Tries to decode a URL-encoded String to a Byte array and allows to specify whether or not PLUS characters ('+', U+002B) should be decoded to 0x20 (SPACE ' ').

See Also