コード例 #1
0
 public static string GetString(string key)
 {
     return(ObscuredPrefs.GetString(key, string.Empty));
 }