Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_espanol thread: chr$


Message #1 by "Daniel Chavez" <chavezd@r...> on Wed, 10 Apr 2002 17:28:44 -0500
This is a multi-part message in MIME format.

------=_NextPart_000_043D_01C1E0C4.D34F83A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

ya lo tengo!!!!
la solucion es.................

Byte[] myBytes =3D {99};
string myStr =3D System.Text.Encoding.ASCII.GetString(myBytes);
  ----- Original Message -----
  From: Daniel Chavez
  To: ASP.Net en Espa=F1ol
  Sent: Wednesday, April 10, 2002 7:10 PM
  Subject: [aspx_espanol] chr$


  holas

  quiero hacer :

  char =3D Chr$(Int(Rnd * 256))

  en c#
  he estado investigando con System.Text.Encoding.ASCII.GetString, pero 
creo que por ah=ED no es el camino

  espero su ayuda!



  Return to Index