IniFile.IniSection.IniKey.SetValue Method

Furcadia Framework

IniFileIniSectionIniKeySetValue 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.]

Sets the value of the key

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

public void SetValue(
	string sValue
)
Public Sub SetValue ( 
	sValue As String
)

Dim instance As IniFileIniSectionIniKey
Dim sValue As String

instance.SetValue(sValue)
public:
void SetValue(
	String^ sValue
)
member SetValue : 
        sValue : string -> unit 

Parameters

sValue
Type: SystemString
The s value.
See Also

Reference