T
Tim Mackey
Hi,
I have a c# string variable, but it contains some hex characters like 0x19, and when i try to send this to a web service, the deserializer throws an exception. this problem i'm not too interested in solving (but you can read about it on http://www.error-bank.com/[email protected]_Thread.aspx)
i actually want to remove these funny characters from the string. i don't know a whole lot about encoding ascii / unicode etc. the string is supposed to be html so any binary or hex chars can be discarded. does anyone know a good way of doing this?
many thanks in advance
tim mackey.
\\ email: tim at mackey dot ie //
\\ blog: http://tim.mackey.ie //
67d0ebfec70e8db3
I have a c# string variable, but it contains some hex characters like 0x19, and when i try to send this to a web service, the deserializer throws an exception. this problem i'm not too interested in solving (but you can read about it on http://www.error-bank.com/[email protected]_Thread.aspx)
i actually want to remove these funny characters from the string. i don't know a whole lot about encoding ascii / unicode etc. the string is supposed to be html so any binary or hex chars can be discarded. does anyone know a good way of doing this?
many thanks in advance
tim mackey.
\\ email: tim at mackey dot ie //
\\ blog: http://tim.mackey.ie //
67d0ebfec70e8db3