C#中怎么实现将两个整数组合在一起格式问题
如VC中的CString的 Format功能
  int a=1;
  int b=2;
  stirng sInfo
  sInfo.Format("%02d%02d",a,b);
  输出 0102即将整数格式化为4位表示