IniFile.

GetString(string, string, string) Method

Summary

Returns a string from your INI file
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Util
Containing Type
IniFile

Syntax

public string GetString(string Section, string Key, string Default)

Parameters

Name Type Description
Section string
Key string
Default string

Return Value

Type Description
string