CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Location
    Toronto
    Posts
    309

    translate ASCII into char?

    Hi, anyone knows how to translate ASCII value ("int" = say, 53) into a "char"?

    Thanks
    heHAA

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    MessageBox.Show( ((char)65).ToString() );
    - Software Architect

  3. #3
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured