Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. What is the name of the function, which does the opposite to HttpUtility.JavaScriptStringEncode?
  2. var s = @"otehu""oeuhnoa
  3.         oaehu
  4.         oatehu
  5.         oeu";
  6.         var t = HttpUtility.JavaScriptStringEncode(s);
  7.         var n = Decode(t);