IniSection.getValue

class IniSection
string
getValue
(
string keyName
,
string defaultValue = null
)

Return Value

Type: string

value of the existing key keyName, or defaultValue if not present.

Meta