ConfigFile.getValue

Returns the current value for the specified section and key. If either the section or the key do not exist, the method returns the fallback default value. If default is not specified or set to null, an error is also raised.

struct ConfigFile
@nogc nothrow const
Variant
getValue
(
VariantArg2
)
(
in String section
,
in String key
,
in VariantArg2 _default = Variant.nil
)

Meta