|
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 59
Syntax 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