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