摘要:1.Convert.ToString能处理字符串为null的情况。 测试代码如下: 1 2 3 4 5 6 static void Main(string[] args) { string msg = null; Console.WriteLine(Convert.ToString(msg)); C
阅读全文
posted @ 2016-07-20 12:01
posted @ 2016-07-20 12:01
posted @ 2016-07-05 17:09