Example #1
0
 public static string Format(this string x, StringAligner aligner)
 {
     return(aligner.Format(x));
 }
 public static string Format(this string x, StringAligner aligner) { return aligner.Format(x); }