|
IniFileRemoveSection Method (String)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Removes a section by its name sSection, returns trus on success
Namespace:
Furcadia.IO
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool RemoveSection(
string sSection
)
Public Function RemoveSection (
sSection As String
) As Boolean
Dim instance As IniFile
Dim sSection As String
Dim returnValue As Boolean
returnValue = instance.RemoveSection(sSection)
public:
bool RemoveSection(
String^ sSection
)
member RemoveSection :
sSection : string -> bool
Parameters
- sSection
- Type: SystemString
The s section.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Furcadia.IO.IniFile.RemoveSection(System.String)"]
See Also