21-mar-2008, 20:08
|
#4 (permalink)
|
Fecha de Ingreso: octubre-2003
Mensajes: 98
|
Re: Sumas dos variables en c#..es facil, please!!!
me sale el siguiente error:
this.txtVuelto.Text = int.Parse(txtEfectivo.Text) + int.Parse(txtSubTotal.Text);
Error 1 No se puede convertir implícitamente el tipo 'int' a 'string'
C:\Proyectos Visual.NET\GesCas\GesCas\ComandaForm.cs 66 35 GesCas
|
|
|