Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.Net version of Javascript 'escape'

Status
Not open for further replies.

jubble

Programmer
Mar 6, 2002
207
GB
Is anyone aware of a function in .Net that does the same as the javascript 'Escape' function?
In other words a function that takes special characters such as ":" and converts them to a hex value.
There is a regex.escape function but this only does some characters and not ":
 
why do u want to do that?
u maybe looking for:
server.UrlEncode()

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top