about Unicode and decode-encode

  • Thread starter Thread starter Anders Both
  • Start date Start date
A

Anders Both

What c# method (classes) is similar to javascript :

encodeURI(), decodeURI() and escape(), unescape();

Thx,
 
Hi Anders,

System.Web.HttpUtility would be the class you are looking for.

Thanks,
Tadao Machida [MS]
 
Back
Top