コード例 #1
0
 private static string Escape(string content)
 {
     return(OutputFormatter.Escape(RemoveControlCharacters(content)));
 }