M_Furcadia_IO_IniFile_GetKeyValue - 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.]
Gets the key value.
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public string GetKeyValue(
string sSection,
string sKey
)
VB
Public Function GetKeyValue (
sSection As String,
sKey As String
) As String
VB Usage
Dim instance As IniFile
Dim sSection As String
Dim sKey As String
Dim returnValue As String
returnValue = instance.GetKeyValue(sSection,
sKey)
C++
public:
String^ GetKeyValue(
String^ sSection,
String^ sKey
)
F#
member GetKeyValue :
sSection : string *
sKey : string -> string
- sSection
- Type: System.String
The s section. - sKey
- Type: System.String
The s key.
Type: String
[Missing documentation for "M:Furcadia.IO.IniFile.GetKeyValue(System.String,System.String)"]