IniFile.IniSection.GetKey Method

Furcadia Framework

IniFileIniSectionGetKey Method

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Returns a IniKey object to the key by name, NULL if it was not found

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public IniFileIniSectionIniKey GetKey(
	string sKey
)
Public Function GetKey ( 
	sKey As String
) As IniFileIniSectionIniKey

Dim instance As IniFileIniSection
Dim sKey As String
Dim returnValue As IniFileIniSectionIniKey

returnValue = instance.GetKey(sKey)
public:
IniFileIniSectionIniKey^ GetKey(
	String^ sKey
)
member GetKey : 
        sKey : string -> IniFileIniSectionIniKey 

Parameters

sKey
Type: SystemString
The s key.

Return Value

Type: IniFileIniSectionIniKey

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

See Also

Reference