 | IniFileExWrite 方法 (String, String, Int16) |
Sweet 开发框架
写整数
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void Write(
string section,
string key,
short value
)
Public Sub Write (
section As String,
key As String,
value As Short
)
member Write :
section : string *
key : string *
value : int16 -> unit
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key - value
- 类型:SystemInt16
value
参见