IniFile.GetKeyValue Method

FFF3PP

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 44
Syntax
public string GetKeyValue(
	string sSection,
	string sKey
)
Public Function GetKeyValue ( 
	sSection As String,
	sKey As String
) As String

Dim instance As IniFile
Dim sSection As String
Dim sKey As String
Dim returnValue As String

returnValue = instance.GetKeyValue(sSection, 
	sKey)
public:
String^ GetKeyValue(
	String^ sSection, 
	String^ sKey
)
member GetKeyValue : 
        sSection : string * 
        sKey : string -> string 

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