Example #1
0
 public static int CellLength(this string text, Encoding encoding)
 {
     return(Cell.GetCellLength(encoding, text));
 }