
Dll
文章平均质量分 58
张德荣QQ
c#语言
展开
-
c# 生成Word文档Aspose.Words
aspose.word导出文档;生成或者通过书签模板导出文档原创 2025-01-17 18:23:58 · 1395 阅读 · 0 评论 -
json转换dll,使用方便快捷(Newtonsoft.Json.dll)
Json 使用方式jsonresult.GetJsonNode("children");//目前仅支持获取最外层节点常用数据类型转换使用方式byte[] 转成 Stream: .ToStream()Stream 转成 byte[]:.ToBytes()object转double:.NullToDouble();//失败返回0.00object转int:Null...原创 2019-02-11 11:48:06 · 1417 阅读 · 0 评论 -
Newtonsoft.Json.dll扩展
使用方式如下首先要引用Newtonsoft.Json.dll和Newtonsoft.JsonEx.dll代码示例: List<InvInfo> ls2 = InvList(20);//对象 string jsonresult2 = ls2.ToJsonString();//转json字符串 ls2 = jsonresult2.JsonToObject<List&...原创 2019-02-19 16:29:59 · 410 阅读 · 0 评论 -
检测UBS设备插拔
引用 System.Managementusing System;using System.Collections.Generic;using System.Linq;using System.Management;using System.Text;using System.Threading;namespace Dr.WForm.Control.E...原创 2019-05-28 17:59:45 · 234 阅读 · 0 评论