Equivalent of GetPrivateProfileString equivalent in C#?

  • Thread starter Thread starter Germic
  • Start date Start date
G

Germic

Does C# has an equivalent of the 'C' GetPrivateProfileString? or is the only
way to get similar features to read from an INI file is to do a DllImport on
Kernel32.dll?

Thanks
 
Back
Top