Example #1
0
 /// <summary>
 /// Returns true if key exists in the persistent data storage.
 /// </summary>
 /// <returns><c>true</c> if key exists; otherwise, <c>false</c>.</returns>
 /// <param name="key">Key.</param>
 public static bool HasKey(string key)
 {
     return(StoringSystem.HasKey(key));
 }