Skip to content

C#读取ini文件的常用操作 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

C#读取ini文件的常用操作 #1

wants to merge 2 commits into from

Conversation

zhangbc
Copy link
Member

@zhangbc zhangbc commented Jul 6, 2015

调用API函数;
写文件操作;
读取ini文件的所有的section结点;
读取ini文件下指定结点下Key值列表;
读取ini文件下指定key值的value;
读取ini文件下指定values值,重载;
读取ini文件下指定结点的所有条目(key=value);
创建空文件ini。

zhangbc added 2 commits July 6, 2015 17:42
调用API函数;
写文件操作;
读取ini文件的所有的section结点;
读取ini文件下指定结点下Key值列表;
读取ini文件下指定key值的value;
读取ini文件下指定values值,重载;
读取ini文件下指定结点的所有条目(key=value);
创建空文件ini。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant