IniSection.hasKey

Checks whether the section has a key or not.

class IniSection(bool sync)
bool
hasKey
(
string key
)

Parameters

key string

The key to check for.

Return Value

Type: bool

True if the key exists, false otherwise.

Meta