UrlDecoder.copyDecoded

To be overridden as an option, called by opApply().

Determines whether each decoded character should be passed as 'foreach' iteration variable string in its decoded or its original (encoded) form. This can be used in cases where the decoding of only certain characters is desired.

By default always the decoded form is selected.

class UrlDecoder
protected
bool
copyDecoded

Parameters

decoded cstring

decoded form of the character

original cstring

original (encoded) form

Return Value

Type: bool

true to use the decoded or false to use the original (encoded) form.

Meta