Click or drag to resize

IniFileIniSectionIniKeySetName 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 key name Returns true on success, fails if the section name sKey already exists

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public bool SetName(
	string sKey
)

Parameters

sKey
Type: SystemString
The s key.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.SetName(System.String)"]

See Also