示例#1
0
 public static byte[] GetByteArray(string key)
 {
     return(ObscuredPrefs.GetByteArray(key, 0, 0));
 }