IniSection.read

Reads a value from the section.

Parameters

key string

The key to read.

value T

The value if found.

Return Value

Type: auto

The section.

Throws

IniException if the key wasn't found or if the value is empty.

Meta