Click or drag to resize

CachedIniFileSaveValue Method

Overload List
  NameDescription
Public methodSaveValue(String, String)
Saves a current value from this object to INI file that this object last loaded values from, either through constructor call with filename parameter or by calling Load method with filename parameter. Operation is carried out by calling Win32 API function WritePrivateProfileString. If call fails and exception is thrown.
Public methodSaveValue(String, String, String)
Saves a current value from this object to an INI file by calling Win32 API function WritePrivateProfileString. If call fails and exception is thrown.
Public methodStatic memberSaveValue(String, String, String, String)
Saves a value to an INI file by calling Win32 API function WritePrivateProfileString. If call fails and exception is thrown.
Top
See Also