Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/11/2004, 07:18
Foskiton
 
Fecha de Ingreso: octubre-2004
Mensajes: 211
Antigüedad: 20 años, 4 meses
Puntos: 2
e buscado y encontre lo siguiente.
int unicode=(int)'A';
char letra=(char)unicode;
MessageBox.Show(unicode.ToString() + '=' + letra);