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