2011年6月2日

C#中string.Format的格式参数问题

摘要: C#中string.Format的格式参数问题有如下代码:[code=C#][/code]string strConfigFilename = "Main.cfg";GlobalDefine.DebugPrint("Cfg", 5, "Config File=[" + strConfigFilename + "]"); //调用下面的参数public static void DebugPrint(string strModId, int level, string Format, params object[] l 阅读全文

posted @ 2011-06-02 22:24 CarreyWu 阅读(2674) 评论(0) 推荐(0)

导航