Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody,

i'm working on a project that requires me to make an encoded uri.
I'm using the VB.NET Forms application and i can't figure out on how to encode my string properly.

I tried EncodeUri(StringToEncode) and EncodeUriComponent(StringToEncode)
nevertheless it does not recognise the functions.

On a msdn page i read that these are global function (so require no imports).

What should i do?

Thanks in advance.
Posted

1 solution

Hi Bert Goens,

This link may help Javascript encodeURI()

It says there on the page it is for encoding SPECIAL (as in symbolic) characters...
Is that what you are attempting to do?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900