Esempio n. 1
0
 public string GetHashFromFileName(string fileName)
 {
     return(String.IsNullOrEmpty(fileName) ? "" : Xbmc.Hash(fileName));
 }