Furcadia Framework For Third Party Programs
IniFileIniSectionSetName Method |
[This is preliminary documentation and is subject to change.]
Sets the section name, returns true on success, fails if the
section name sSection already exists
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool SetName( string sSection )
Public Function SetName ( sSection As String ) As Boolean Dim instance As IniFileIniSection Dim sSection As String Dim returnValue As Boolean returnValue = instance.SetName(sSection)
public: bool SetName( String^ sSection )
member SetName : sSection : string -> bool
Parameters
- sSection
- Type: SystemString
The s section.
Return Value
Type: Boolean[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.SetName(System.String)"]
See Also