IniFile.IniSection.GetName Method

FFF3PP

IniFileIniSectionGetName Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Returns the section name

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public string GetName()
Public Function GetName As String

Dim instance As IniFileIniSection
Dim returnValue As String

returnValue = instance.GetName()
public:
String^ GetName()
member GetName : unit -> string 

Return Value

Type: String

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.GetName"]

See Also