How to escape brackets using string.Format in C# and VB.NET
Escaping Brackets in String.Format is very simple. To output a { use {{ and to output a } use }}.
All the Code Snippets and Samples you need
To escape & “ you simply need to use
Escaping Brackets in String.Format is very simple. To output a { use {{ and to output a } use }}.