可能重复: 在C#中读/写INI文件
有哪些方法或C#库可以执行以下操作?谢谢
//Delphi read item in a given section of a binary file. uses iniFiles; readString('SectionName','itemName','DefaultValueIfNotFound');
c# delphi
c# ×1
delphi ×1