IniSection.hasSection

Checks if specified section exists

struct IniSection
bool
hasSection
(
string name
)

Parameters

name string

Section name

Return Value

Type: bool

True if exists, false otherwise

Meta