IniSection.getKey

Gets key value

  1. string getKey(string name)
    struct IniSection
    string
    getKey
    (
    string name
    )
  2. string getKey(string name, string defaultValue)
  3. alias opCall = getKey

Parameters

name string

Key name

Return Value

Type: string

Key value

Throws

IniException if key does not exists

Meta