Method Get
Get<T>(string)
Gets the value that has the specified key in Properties and casts it to the specified type.
T Get<T>(string key)
Parameters
key
stringThe key.
Returns
- T
The value specified by the given key in Properties.
Type Parameters
T
The type to cast the value to.