IniFile.IniSection.IniKey.GetValue Method

Furcadia Framework

IniFileIniSectionIniKeyGetValue Method

Furcadia Framework For Third Party Programs
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 42
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

Reference