Method GetValue
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
GetValue<ValueType>(string)
Gets the value of a specific setting.
public ValueType GetValue<ValueType>(string settingsKey)
Parameters
settingsKey
stringThe key of the setting.
Returns
- ValueType
The value of the setting.
Type Parameters
ValueType
The type of the value.