IniSection.getKey

Gets key value

struct IniSection
string
getKey
(
string name
)

Parameters

name string

Key name

Return Value

Type: string

Key value

Throws

IniException if key does not exists

Meta