国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

C#訪問配置文件

2019-11-17 03:09:42
字體:
來源:轉載
供稿:網友

C#訪問配置文件

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.IO;namespace HelloCSharp{    //[section]    //key=value    //    class IniHelper    {        /// <summary>        /// ini文件的路徑        /// </summary>        PRivate string filePath;        [DllImport("kernel32")]        private static extern long WritePrivateProfileString(string section, string key, string val, string filePath);        [DllImport("kernel32")]        private static extern int GetPrivateProfileString(string section, string key, string def, StringBuilder retVal, int size, string filePath);        public IniHelper(string filePath)        {            this.filePath = filePath;        }        public void IniWriteValue(string section, string key, string val)        {            WritePrivateProfileString(section, key, val, filePath);        }        public string IniReadValue(string section, string key)        {            StringBuilder temp = new StringBuilder(500);            GetPrivateProfileString(section, key, "", temp, 500, filePath);            return temp.ToString();        }    }}


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 郧西县| 淳安县| 山东省| 卢氏县| 乳源| 尼玛县| 阿瓦提县| 兴山县| 青田县| 黄骅市| 石门县| 竹北市| 滨海县| 汾阳市| 灯塔市| 石棉县| 屏山县| 康保县| 望谟县| 壶关县| 宁波市| 万年县| 普安县| 桓仁| 鄱阳县| 道孚县| 象州县| 巴楚县| 萍乡市| 西平县| 乌苏市| 濮阳市| 方山县| 灯塔市| 九台市| 永胜县| 瑞丽市| 西乡县| 广安市| 大荔县| 科尔|