Click or drag to resize

IniParserGetSetting Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Returns the value for the given section, key pair.

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public string GetSetting(
	string sectionName,
	string settingName
)

Parameters

sectionName
Type: SystemString
Section name.
settingName
Type: SystemString
Key name.

Return Value

Type: String

[Missing <returns> documentation for "M:Furcadia.Text.IniParser.GetSetting(System.String,System.String)"]

See Also