Aug 13, 2004 #1 D Denaes Well-known member Joined Jun 10, 2003 Messages 956 Is there a .Net way to display invisible or incompatable characters like: ", Enter, Tab, etc? Im sure there is a regular expressions string way using the \ to escape and something else along with it, but how about the .net framework?
Is there a .Net way to display invisible or incompatable characters like: ", Enter, Tab, etc? Im sure there is a regular expressions string way using the \ to escape and something else along with it, but how about the .net framework?
Aug 13, 2004 #2 E Engine252 Well-known member Joined Jan 8, 2003 Messages 99 you can use ControlChars.Enter ControlChars.Tab etc..