M_Furcadia_IO_IniFile_RemoveKey - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public bool RemoveKey(
string sSection,
string sKey
)
VB
Public Function RemoveKey (
sSection As String,
sKey As String
) As Boolean
VB Usage
Dim instance As IniFile
Dim sSection As String
Dim sKey As String
Dim returnValue As Boolean
returnValue = instance.RemoveKey(sSection,
sKey)
C++
public:
bool RemoveKey(
String^ sSection,
String^ sKey
)
F#
member RemoveKey :
sSection : string *
sKey : string -> bool
- sSection
- Type: System.String
The s section. - sKey
- Type: System.String
The s key.
Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.RemoveKey(System.String,System.String)"]