Exemple #1
0
 public static string ReplaceValues(TableElement table, string tableTemplate)
 {
     table.InitializeDictionary();
     return(table.Reformat(tableTemplate));
 }