VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ServerDotURLEncode

Rick Conklin  (1 Submission)   String Manipulation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Used by VB applications that want to lightly (without any additional project references) transform unsafe characters into web-friendly URL Encoded text.

Inputs
A string. Just start a new project with two text fields (Text1 and Text2) and paste the code into the form.

Returns
The URLEncoded version of that string. (Typically used when sending QueryString of Form data to web pages)

Rate ServerDotURLEncode (4(4 Vote))
ServerDotURLEncode.bas

ServerDotURLEncode Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters