Re: converting int to char
From: Telmo Sampaio (tsampaio_at_gmail.com)
Date: 07/13/04
- Next message: Cablewizard: "Re: converting int to char"
- Previous message: Cor Ligthert: "Re: Adding data to a datest"
- In reply to: Nikhil Patel: "converting int to char"
- Next in thread: Tibby: "Re: converting int to char"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 13:44:48 -0500
use the Convert static class.
Dim X as integer = 70
Dim Y as Char = Convert.ToChar(X)
Telmo Sampaio
"Nikhil Patel" <nikhil0100@aol.com> wrote in message
news:enFkLTQaEHA.3708@TK2MSFTNGP10.phx.gbl...
> Hi all,
> How can I convert an integer to its equivalent ascii character without
> using Microsoft.VisualBasic dll or any other dll(I want to reference only
> System.dll).
>
> Thanks.
>
> -Nikhil
>
>
- Next message: Cablewizard: "Re: converting int to char"
- Previous message: Cor Ligthert: "Re: Adding data to a datest"
- In reply to: Nikhil Patel: "converting int to char"
- Next in thread: Tibby: "Re: converting int to char"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|