码迷,mamicode.com
首页 > 其他好文 > 详细

char.IsWhiteSpace(str,num),TimeSpan

时间:2016-06-03 23:02:10      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!