In silverlight how do you scrub a string

Posted by jvcoach23 on Stack Overflow See other posts from Stack Overflow or by jvcoach23
Published on 2010-06-09T20:05:47Z Indexed on 2010/06/09 20:12 UTC
Read the original article Hit count: 191

I have a string that looks like this " Into" and I can't figure out what the " " value is just before the Into. It's not a space, it's not an enter. At least i don't think so. I've tried doing a replace to get rid of it..

So now i'm just trying to figure out what that character value is. Convert.int32 doesn't get it done... What can i use to get rid of that character... I guess i could write a function that would loop through the alphabet and do it that way.. but figured there was a better way.

thanks shannon

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about special-characters