コード例 #1
0
 public string Read(string section, string key)
 {
     return(IniFileUtils.ReadContentValue(section, key, filepath));
 }