Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 19, 2021 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/198ca89dc3fb9843463e9c22507f5ea5 to your computer and use it in GitHub Desktop.
Save parzibyte/198ca89dc3fb9843463e9c22507f5ea5 to your computer and use it in GitHub Desktop.
string descripcion = fila[0];
double precio = Convert.ToDouble(fila[1]);
double existencia = Convert.ToDouble(fila[2]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment