Furcadia Framework For Third Party Programs
IniFileIniSectionIniKeySetValue Method |
[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 44
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