Click or drag to resize

IniFileIniSectionSetName 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 59
Syntax
public bool SetName(
	string sSection
)

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