• 大小: 8.26KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 转换  C#  c    

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.IO;
using System.Linq;
using System.Linq.expressions;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using Exsoft.Util.Extension.QueryableEx;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Linq;

namespace Exsoft.Util.Extension
{
    /// 
    /// 类型转换扩展
    /// 

    public static partial class Extensions
    {
        #region 数值转换
        /// 
        /// 转换为整型
        /// 

        /// 数据
        public static int ToInt(this object data)
        {
            if (data == null)
    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       51615  2017-08-07 10:30  00-Extensions.Convert.cs

评论

共有 条评论