C#

Moderators: None (Apply to moderate this forum)
Number of threads: 2722
Number of posts: 5749

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Ascii Code Posted by daldoul on 29 Apr 2005 at 5:13 AM
Hi guys can someone please tell me how i can get the ascii code of a character using c#??
Report
Re: Ascii Code Posted by IDK on 30 Apr 2005 at 1:31 AM
: Hi guys can someone please tell me how i can get the ascii code of a character using c#??
:
I havn't compiled this but
it should work.

char c = 'A';
System.Console.Write((int)c);


The trick is to cast to int
===============================
El PROgrammador Niklas Ulvinge




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.