예제 #1
0
 public static Long fullHashToId(String hash) {
   if (hash == null) {
     return null;
   }
   return fullHashToId(Convert.parseHexString(hash));
 }