Click here to Skip to main content
15,888,461 members
Articles / Programming Languages / C#

INI File I/O class

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
11 Feb 2010CPOL 43.7K   2  
INI File I/O classusing System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.IO;namespace DABAOKU{ /// /// 读写ini配置文件类 /// class IniFile { #region 成员变量 ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions