您的位置:首页 > 其它

FastDev介绍系列之[数据类型转换类]

2008-05-02 23:58 323 查看
这是FastDev.Core程序集中的一个类Converters, 用于数据类型转换.

使用方法: Converters.ChangeType<T>(toChangeObject) 或 toChangeObject.ChangeType<T>()

测试如下:

using System;

using System.Text;

using System.Collections.Generic;

using System.Linq;

using Microsoft.VisualStudio.TestTools.UnitTesting;

using System.Runtime.Remoting.Messaging;

using System.Threading;

namespace FastDev.Core.Test

源代码:

using System;

using System.Text;

using System.Collections.Generic;

using System.Linq;

using Microsoft.VisualStudio.TestTools.UnitTesting;

using System.Runtime.Remoting.Messaging;

using System.Threading;

namespace FastDev.Core.Test

using System;

using System.Collections.Generic;

using System.Text;

using System.ComponentModel;

using System.Linq;

using System.Collections;

namespace FastDev.Core

扩展方法:

using System;

using System.Collections.Generic;

using System.Text;

using System.ComponentModel;

using System.Collections;

namespace FastDev.Core
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: