texto = (string)dataGridView1[0, fila].Value;
//MessageBox.Show("longitud: " + texto.Length);
if (texto != "")
{
if (Int64.TryParse(texto, out numero))
{