ConfigDictionary.get

Get values from the configuration and attempts to convert them to the specified type.

  1. string get(string configPath)
  2. ConvertToType get(string configPath)
    class ConfigDictionary
    ConvertToType
    get
    (
    ConvertToType
    )
    (
    string configPath
    )

Parameters

configPath string

Path to the wanted config value. See get().

Return Value

Type: ConvertToType

The value at the path in the configuration.

Meta