Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/07/2012, 06:53
Avatar de ramirezmario7
ramirezmario7
 
Fecha de Ingreso: febrero-2008
Ubicación: Medellín
Mensajes: 336
Antigüedad: 16 años, 2 meses
Puntos: 56
Respuesta: Formato de salida

Hola, prueba así:

textBox8.Text = (importe / 24).ToString("N2");

o

valor = Convert.ToString(importe / 24);
textBox8.Text = valor.T0String("N2");
__________________
Mario Ramírez
Desarrollador .NET MCTS
https://www.mcpvirtualbusinesscard.c...nteractivecard