I have strings that I read from the database, these strings are fed into String.Format method, if a string has '{' '}' braces but these braces are not escaped correctly for String.Format (i.e add another '{' to escape them) the String.Format will throw an exception.I have strings that I read from the database, t