Example #1
0
 public static string RenderInfoFacts(this IEnumerable <InfoFact> infofacts, int number,
                                      bool takeSummary        = true, bool shuffle = false,
                                      string delimiterBetween = " ",
                                      string lineFormat       = "{0}", bool html = false)
 {
     return(InfoFact.RenderInfoFacts(infofacts.ToArray(), number, takeSummary, shuffle, delimiterBetween, lineFormat, html));
 }