VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

URL Coder / Decoder

Alon Hirsch  (3 Submissions)   Internet/HTML   Visual Basic 3.0   Advanced   Wed 3rd February 2021

When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

Inputs
String to be encoded / decoded

Assumes
When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

Returns
Encoded / Decoded string

Rate URL Coder / Decoder (3(3 Vote))

Download URL Coder / Decoder

URL Coder / Decoder Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters