.Net 中通用的FormatString格式符整理[3]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

int  MyInt = 42;
MyString = MyInt.ToString( "My Number \n= #" );
// In the U.S. English culture, MyString has the value:
// "My Number
// = 42".

本文关键:.Net 中通用的FormatString格式符整理
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top