URLEncodedFormat
Generates a URL-encoded string.
For example, it replaces spaces with %20, and non-alphanumeric characters with equivalent hexadecimal escape sequences. Passes arbitrary strings within a URL. *
Method Signature
Arguments
Argument
Type
Required
Description
Default
string
any
true
Examples
Related
Last updated