M_Furcadia_IO_IniFile_IniSection_IniKey_SetValue - 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.]
Sets the value of the key
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
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
- sValue
- Type: System.String
The s value.