String.appendUriEscaped

Appends unescaped to string, escaping any characters that are reserved in URIs using URI-style escape sequences.

class String
appendUriEscaped

Parameters

unescaped string

a string

reservedCharsAllowed string

a string of reserved characters allowed to be used, or null

allowUtf8 bool

set true if the escaped string may include UTF8 characters

Return Value

Type: glib.string_.String

string