getValue(section:key:default:)

    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.

    ConfigFile.swift:81
    final func getValue(section: String, key: String, default: Variant) -> Variant

    Other members in extension

    Type members

    Instance members