What code could be used for testing if a carriage return has
What code could be used for testing if a carriage return has occurred in an ascii string?
Solution
if you have any doubts please let me know.. I will help you.. And please comment on answer.. Thank you...
Chr(13) is how a carriage return is represented in Visual Basic. How is a carriage return represented in C# using its ascii character and not \"\ \"?
