M_Furcadia_IO_IniFile_IniSection_IniKey_GetValue - 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.]
Returns the value of the Key
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public string GetValue()
VB
Public Function GetValue As String
VB Usage
Dim instance As IniFile.IniSection.IniKey
Dim returnValue As String
returnValue = instance.GetValue()
C++
public:
String^ GetValue()
F#
member GetValue : unit -> string
Type: String
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.GetValue"]