KeyLimeTie Blog

unescape() in Code Behind

By Brian Pautsch – 5/22/2007 12:00:00 AM. Posted to Code Snippets.

Ever have the need to unescape a string in your code-behind? Here's how:

value = Microsoft.JScript.GlobalObject.unescape(value);

Just remember to add a reference to Microsoft.JScript in your project.
You now have access to all javascript functions in your code-behind.

Comments

Leave a Comment

Name:
Email:
URL:
Comment:
Security Code:
Type Security Code:

Photos on Flickr

More Photos »

Search Blog


Get Email Updates

Like what you read here at KeyLimeTie? Sign up for our email list!

Subscribe