IniFile.RemoveKey Method

Furcadia Framework

IniFileRemoveKey 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.]

Remove a key by section name and key name

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

public bool RemoveKey(
	string sSection,
	string sKey
)
Public Function RemoveKey ( 
	sSection As String,
	sKey As String
) As Boolean

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

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

Parameters

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

Return Value

Type: Boolean

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

See Also

Reference