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