Exemplo n.º 1
0
 public override int Format(char[] to, int ofs, ref FormatComponents components)
 {
     throw new InvalidOperationException();
 }
Exemplo n.º 2
0
 public override int Format(char[] to, int ofs, ref FormatComponents components) => Print.Str(to, ofs, chars);
Exemplo n.º 3
0
 public abstract int Format(char[] to, int ofs, ref FormatComponents components);