StringBuilderExtensionAppendUrlEncoded Method

Overload List

AppendUrlEncoded(StringBuilder, Byte)Appends the content of a Byte array as URL-encoded character sequence to the end of a StringBuilder.
AppendUrlEncoded(StringBuilder, IEnumerableByte)Appends the content of a Byte collection as URL-encoded character sequence to the end of a StringBuilder.
AppendUrlEncoded(StringBuilder, ReadOnlySpanByte)Appends the content of a read-only Byte span as URL-encoded character sequence to the end of a StringBuilder.
AppendUrlEncoded(StringBuilder, ReadOnlySpanChar)Appends the content of a read-only character span as URL-encoded string to the end of a StringBuilder.

See Also