URL.Decode but not implemented in its source code
Posted
#1
(In Topic #433)
Trainee
in the gb.web documentation, we can see the following methods :
Decode
Encode
FromString
Quote
<COLOR color="#FF0000">SetQuery</COLOR>
UnQuote
<COLOR color="#FF0000">UnsetQuery</COLOR>
thoses one that appears in red before, we can find them in the URL class into the gb.web component source code.
my question is, why we can call URL.Decode if there is no method Decode into its source code ?!
Thank you
Posted
Guru

Posted
Trainee
I wonder why this simple call :
Code (gambas)
- URL.Decode
Posted
Trainee
The decode method is in the gb.util.web url.class source code…
gb.web includes gb.util.web, see file (Include=gb.util.web):
https://gitlab.com/gam…omp/src/gb.web/.component
gb.web:
https://gitlab.com/gam…src/gb.web/.src/URL.class
gb.util.web:
https://gitlab.com/gam…b.util.web/.src/URL.class
I hope this helps…
Cheers
Matt
Matt
Posted
Trainee
1 guest and 0 members have just viewed this.



