.NET 2.0 框架

.NET 2.0 命名空间

基本类

技巧:

取当前目录 System.AppDomain.CurrentDomain.BaseDirectory "C:\\abcd\\"
格式化串 String.Format("id={0};nm={1}",1,"tc") "id=1;nm=tc"
十六进制串 255.ToString("X4") "00FF"