搜索资源列表
ini
- 利用C#访问ini配置文件。文件封装了读写ini文件的函数,用户访问简单、明了。-Use C# to visit ini configuration file. Package of documents to read and write ini file function, easy user access, and clear.
CSHARPINIClass
- 提供c#开发下的读写ini配置文件的类库。 免除了重复劳动。欢迎大家使用-C# development under the provision of reading and writing ini configuration file library. Eliminating the duplication of effort. Welcome to use. . . . . . .
ConfigurationPattern
- 一个用C#编写的自动读写配置文件的开源组件 -V1.0.2版该版本为一个补丁版本,修改一处Bug:Ini 配置模式下,如果被配置的字段为非字符串类型字段,当该字段被配置为空字符串或无效字符时,[Key]属性设置的默认值无效。如 示例中 Age 字段,如果配为 "Age=" 或 "Age=abcd",正确结果应该是Age=18(即Age的[Key]属性指定的默认值。但实际结果是 Age=0(这个值是实体类中Age字段的默认值) V1.0.2版本修改该Bug,当出现无效配置时,首先试图将[Key
INI
- 这是一个通用的读写INI文件的类,直接加入到您的程序中,引用后直接使用,其中有两个函数,一个读取配置文件中指定的配置的值,一个将指定的值写入到配置文件中。其中有配置文件路径,默认是在程序目录中,有特殊需要的可以修改。从此操作配置文件将非常方便。-This is a generic class to read and write INI files, directly into your program, refer directly after use, of which there are t
ReadAndWriteIni
- 读写ini配置文件,简单易学非常好用 读写ini配置文件,简单易学非常好用-Read and write ini file,Easy to learn and very easy to use Read and write ini file,Easy to learn and very easy to use
INIFIle
- 封装系统API实现对INI配置文件的读写。-INI configuration file read and write.