Method GetCaseInsensitive
GetCaseInsensitive<T>(string)
Gets the value specified by the given key and converts it to the given type. The key is not case sensitive.
T GetCaseInsensitive<T>(string key)
Parameters
key
stringThe key.
Returns
- T
The converted value.
Type Parameters
T
The type to convert to.