Today there was need for me to print {} char in my console output. I knew there are standard Escape Sequences in C# but I was not aware of Escape Sequence for {. when I was binging I found the solution to this problem I just wanted to share with my Blog readers.
Nandri(Thanks)
Sreenivasaragavan.
2 comments:
\{ won't work?
Will the result show: {10}?
Thanks for the great blog posts as always:
http://myspexp.com
Try with example and let me know if that wont work ...i will show you how that works.
Post a Comment