标签:
IsWhiteSpace(String, Int32)
指示指定字符串中位于指定位置处的字符是否属于空格类别。
TimeSpan
TimeSpan ts=new TimeSpan(4,30,0);
Console.WriteLine(ts);
Console.WriteLine(ts.Subtract(new TimeSpan(0,15,0)));
Console.ReadLine();
char.IsWhiteSpace(str,num),TimeSpan
标签:
原文地址:http://www.cnblogs.com/Fred1987/p/5557719.html