 | IniBaseWrite 方法 |
Sweet 开发框架
写字符串
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public bool Write(
string section,
string key,
string value
)
Public Function Write (
section As String,
key As String,
value As String
) As Boolean
member Write :
section : string *
key : string *
value : string -> bool
参数
- section
- 类型:SystemString
The section. - key
- 类型:SystemString
The key. - value
- 类型:SystemString
The value.
返回值
类型:
Boolean结果
参见