using System; using System.Collections.Generic; using System.Li...
C# 创建一个类,实例化类
using System; using System.Collections.Generic; using System.Linq; using System.Text; // 这个就是我们的类文件了...
C# 函数大全
using System; using System.Collections.Generic; using System.Te...
C#转义字符 另附ASCII码表
在一些特殊场合,需要将字节控制位转换成字符,比如172为二进制的10101100,十六进制为0xAC,它没有可见的字符与之对应,所以没法用 char cCao = ‘C’ 这样的操作,只能通过转义字符...
C#.net常用函数和方法集
1、DateTime数字型 System.DateTimecurrentTime=newSystem.DateTime(); 1.1...