Method GetString
GetString(string, string)
Gets the stored string with the specified key.
public string? GetString(string prefix, string key)
Parameters
Returns
- string
The string stored with the specified key, otherwise null if the key has no value populated.