这是FastDev.Core程序集中的一个类Converters, 用于数据类型转换.
使用方法: Converters.ChangeType<T>(toChangeObject) 或 toChangeObject.ChangeType<T>()
测试如下:

FastDev介绍系列之[数据类型转换类]using System;
FastDev介绍系列之[数据类型转换类]
using System.Text;
FastDev介绍系列之[数据类型转换类]
using System.Collections.Generic;
FastDev介绍系列之[数据类型转换类]
using System.Linq;
FastDev介绍系列之[数据类型转换类]
using Microsoft.VisualStudio.TestTools.UnitTesting;
FastDev介绍系列之[数据类型转换类]
using System.Runtime.Remoting.Messaging;
FastDev介绍系列之[数据类型转换类]
using System.Threading;
FastDev介绍系列之[数据类型转换类]
FastDev介绍系列之[数据类型转换类]
namespace FastDev.Core.Test

源代码:



FastDev介绍系列之[数据类型转换类]using System;
FastDev介绍系列之[数据类型转换类]
using System.Collections.Generic;
FastDev介绍系列之[数据类型转换类]
using System.Text;
FastDev介绍系列之[数据类型转换类]
using System.ComponentModel;
FastDev介绍系列之[数据类型转换类]
using System.Linq;
FastDev介绍系列之[数据类型转换类]
using System.Collections;
FastDev介绍系列之[数据类型转换类]
FastDev介绍系列之[数据类型转换类]
namespace FastDev.Core

扩展方法:
FastDev介绍系列之[数据类型转换类]using System;
FastDev介绍系列之[数据类型转换类]
using System.Collections.Generic;
FastDev介绍系列之[数据类型转换类]
using System.Text;
FastDev介绍系列之[数据类型转换类]
using System.ComponentModel;
FastDev介绍系列之[数据类型转换类]
using System.Collections;
FastDev介绍系列之[数据类型转换类]
FastDev介绍系列之[数据类型转换类]
namespace FastDev.Core


相关文章:

  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2021-04-13
  • 2021-12-15
  • 2021-08-20
  • 2022-01-11
  • 2021-11-06
相关资源
相似解决方案