M_Furcadia_IO_IniFile_IniSection_IniKey_SetName - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.IniKey.SetName 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 43

Syntax

C#

public bool SetName(
	string sKey
)

VB

Public Function SetName ( 
	sKey As String
) As Boolean

VB Usage

Dim instance As IniFile.IniSection.IniKey
Dim sKey As String
Dim returnValue As Boolean

returnValue = instance.SetName(sKey)

C++

public:
bool SetName(
	String^ sKey
)

F#

member SetName : 
        sKey : string -> bool 

Parameters

 

sKey
Type: System.String
The s key.

Return Value

Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.SetName(System.String)"]

See Also

Reference

IniFile.IniSection.IniKey Class
Furcadia.IO Namespace

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