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