Method ContainsString
ContainsString(string, string)
Gets if the specified prefix + key combination has a string value assigned.
public bool ContainsString(string prefix, string key)
Parameters
Returns
- bool
True if a value exists, otherwise false.
Gets if the specified prefix + key combination has a string value assigned.
public bool ContainsString(string prefix, string key)
True if a value exists, otherwise false.