M_Furcadia_IO_IniFile_SetKeyValue - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.SetKeyValue Method

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Sets a KeyValuePair in a certain section

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

Syntax

C#

public bool SetKeyValue(
	string sSection,
	string sKey,
	string sValue
)

VB

Public Function SetKeyValue ( 
	sSection As String,
	sKey As String,
	sValue As String
) As Boolean

VB Usage

Dim instance As IniFile
Dim sSection As String
Dim sKey As String
Dim sValue As String
Dim returnValue As Boolean

returnValue = instance.SetKeyValue(sSection, 
	sKey, sValue)

C++

public:
bool SetKeyValue(
	String^ sSection, 
	String^ sKey, 
	String^ sValue
)

F#

member SetKeyValue : 
        sSection : string * 
        sKey : string * 
        sValue : string -> bool 

Parameters

 

sSection
Type: System.String
The s section.
sKey
Type: System.String
The s key.
sValue
Type: System.String
The s value.

Return Value

Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.SetKeyValue(System.String,System.String,System.String)"]

See Also

Reference

IniFile Class
Furcadia.IO Namespace

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