ConfigFile.getValue

Returns the current value for the specified section and key. If the section and/or the key do not exist, the method returns the value of the optional default argument, or null if it is omitted.

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

Meta