Method GetValue
GetValue(string)
Retrieves the last value associated with the specified key.
Returns null
if the key does not exist.
public string? GetValue(string name)
Parameters
name
stringThe key for which to retrieve the value.
Returns
- string
The last value associated with the specified key, or
null
if the key is not found.