IniSection.hasSection

Checks if specified section exists

struct IniSection
bool
hasSection
(
string name
)

Parameters

name
Type: string

Section name

Return Value

Type: bool

True if exists, false otherwise

Meta