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
namestringThe key for which to retrieve the value.
Retrieves the last value associated with the specified key. Returns null if the key does not exist.
public string? GetValue(string name)
name stringThe key for which to retrieve the value.