public override string ToRegistryFileString()
 {
     byte[] byteval = ConvertUtility.IntToByteArray(Convert.ToInt64(Data));
     return("hex(b):" + BitConverter.ToString(byteval).Replace("-", ","));
 }