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