示例#1
0
 public static string FormatCollection(IEnumerable data, bool escapeLineBreaks, out bool needsEscaping)
 {
     return(LogRowFormatter.FormatCollection(data, escapeLineBreaks, out needsEscaping));
 }
示例#2
0
 public static string FormatCollection(IEnumerable data)
 {
     return(LogRowFormatter.FormatCollection(data));
 }