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