Encode and Decode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, guys.

I know there must be a class can Encode string and decode string for
escipically character.

for example:
space: %20 -> %%20

where is the class?

thanks
 
The System.Uri has static EscapeString method but ... it's protected. To
use it write the new class that will be based from System.Uri class and
will invoke this method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top