M_Furcadia_IO_IniFile_IniSection_IniKey_GetValue - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.IniKey.GetValue 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 value of the Key

Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

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 

Return Value

Type: String
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.GetValue"]

See Also

Reference

IniFile.IniSection.IniKey Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️