M_Furcadia_IO_IniFile_IniSection_SetName - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.SetName Method

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

Syntax

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 

Parameters

 

sSection
Type: System.String
The s section.

Return Value

Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.SetName(System.String)"]

See Also

Reference

IniFile.IniSection Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️