INIFileHelperIniWriteValue Method | Helper帮助文档 |
写INI文件
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void IniWriteValue( string Section, string Key, string Value )
Public Sub IniWriteValue ( Section As String, Key As String, Value As String )
public: void IniWriteValue( String^ Section, String^ Key, String^ Value )
member IniWriteValue : Section : string * Key : string * Value : string -> unit
Parameters
- Section
- Type: SystemString
[Missing <param name="Section"/> documentation for "M:HD.Common.INIFileHelper.IniWriteValue(System.String,System.String,System.String)"]
- Key
- Type: SystemString
[Missing <param name="Key"/> documentation for "M:HD.Common.INIFileHelper.IniWriteValue(System.String,System.String,System.String)"]
- Value
- Type: SystemString
[Missing <param name="Value"/> documentation for "M:HD.Common.INIFileHelper.IniWriteValue(System.String,System.String,System.String)"]
See Also