游客[注册]
|
登录
|
中文
|
english
整站搜索
用户博客
找到相关内容
1
篇
.NET对象序列化—
TimeSpan
在WebServices中,
TimeSpan
不能作为系统的
TimeSpan
作为参数,在客户端会生成新的
TimeSpan
类。 一、问题重现 创建一个以
TimeSpan
为参数的Web Method: 1: [WebMethod] 2: public string HelloWorld(
TimeSpan
span) 3:
http://www.cyqdata.cn/cnblogs/article-detail-36941
2011/5/4 17:34:24