if (Res != null)
{
if (Res[9] != 0)
{
int value10 = (int)Convert.ToInt64(Res[9]);
int b3 = value10 & 1;
}
else
{
MessageBox.Show("xxxxxxx");
}
}