IniSection.hasKey

Checks if specified key exists

struct IniSection
bool
hasKey
(
string name
)

Parameters

name
Type: string

Key name

Return Value

Type: bool

True if exists, false otherwise

Meta