Furcadia Framework For Third Party Programs
IniFileRemoveKey Method |
[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 44
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