M_Furcadia_IO_IniFile_IniSection_IniKey_SetValue - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.IniKey.SetValue 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 the value of the key

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

Syntax

C#

public void SetValue(
	string sValue
)

VB

Public Sub SetValue ( 
	sValue As String
)

VB Usage

Dim instance As IniFile.IniSection.IniKey
Dim sValue As String

instance.SetValue(sValue)

C++

public:
void SetValue(
	String^ sValue
)

F#

member SetValue : 
        sValue : string -> unit 

Parameters

 

sValue
Type: System.String
The s value.

See Also

Reference

IniFile.IniSection.IniKey Class
Furcadia.IO Namespace

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