Furcadia Framework For Third Party Programs
IniFileIniSectionIniKeyGetValue Method |
[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 44
Syntax
public string GetValue()
Public Function GetValue As String Dim instance As IniFileIniSectionIniKey Dim returnValue As String returnValue = instance.GetValue()
public: String^ GetValue()
member GetValue : unit -> string
Return Value
Type: String[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.GetValue"]
See Also