SyntaxFix
Write A Post
Hire A Developer
Questions
Almost there! The escape sequence for a brace is {{ or }} so for your example you would use:
{{
}}
string t = "1, 2, 3"; string v = String.Format(" foo {{{0}}}", t);