G
Guest
Using Visual Studio 2005.
I'm using XmlReader to read data into a string variable in C#. Works great!
Every once in a while, I see that the string data contains a symbol that
looks like a square.
Any suggestions on how to filter out characters that don't appear on a
keyboard? I hate to let the end-user see these square characters.
I'm using XmlReader to read data into a string variable in C#. Works great!
Every once in a while, I see that the string data contains a symbol that
looks like a square.
Any suggestions on how to filter out characters that don't appear on a
keyboard? I hate to let the end-user see these square characters.