M_Furcadia_IO_IniFile_IniSection_SetName - 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.]
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 43
C#
public bool SetName(
string sSection
)
VB
Public Function SetName (
sSection As String
) As Boolean
VB Usage
Dim instance As IniFile.IniSection
Dim sSection As String
Dim returnValue As Boolean
returnValue = instance.SetName(sSection)
C++
public:
bool SetName(
String^ sSection
)
F#
member SetName :
sSection : string -> bool
- sSection
- Type: System.String
The s section.
Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.SetName(System.String)"]