public static GetPrivateProfileString ( string section, string key, string def, string path ) : string | ||
section | string | The section containing the value to be read. |
key | string | The key of the value to be read. |
def | string | The default value to use if the key is not present in the INI file. |
path | string | The absolute path of the INI file. |
Результат | string |