You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
450 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#MASUIT.Tools 使用说明
# 1.Masuit.Tools.Core
## 1.1.说明
Masuit.Tools.Core是一个常用的工具类包含了文件操作、加密解密、 反射、序列化、压缩、加密解密的工具集
## 1.2.ConfigHelper使用方法
//获取配置文件信息 两个参数一个是配置的Key一个是配置文件的默认值可为空
Masuit.Tools.Config.ConfigHelper.GetConfigOrDefault();
## 1.3.文件操作