Click or drag to resize

IniFileGetKeyValue Method

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

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

Gets the key value.

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public string GetKeyValue(
	string sSection,
	string sKey
)

Parameters

sSection
Type: SystemString
The s section.
sKey
Type: SystemString
The s key.

Return Value

Type: String

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.GetKeyValue(System.String,System.String)"]

See Also