Summary
' Writes a string to your INI file
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Util - Containing Type
- IniFile
Syntax
public void WriteString(string Section, string Key, string String)
Parameters
| Name | Type | Description |
|---|---|---|
| Section | string | |
| Key | string | |
| String | string |
Return Value
| Type | Description |
|---|---|
| void |
