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 ":
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 ":