Search results for 'ASCII'. 1 post(s) found.
- 2007/08/29 How to print character in C# by ASCII code
There is really simply to show Character by ASCII code just like Visual Basic, and Delphi.
string s="" ;
for (char c='a' ; c <= 'z' ; )
{
s = c.ToString() ;
c = (char)((int)c 1) ;
}
Response.Write(s) ;
for (char c='a' ; c <= 'z' ; )
{
s = c.ToString() ;
c = (char)((int)c 1) ;
}
Response.Write(s) ;
Another posts included in "C#"
| String Replace Function For C# (0) | 2007/08/29 |
| Extracting the Country from IP Address (0) | 2007/09/25 |
| Graphics in C# - Irregular Forms (0) | 2007/09/25 |
| Adding Custom Paper Sizes To Named Printers (0) | 2007/08/28 |
| Print HTML In C# With Or Without The Web Browser Control And The Print... (0) | 2007/08/28 |
| A Customizable Printing Text Class (0) | 2007/08/28 |
| Simplified .NET Printing In C# (0) | 2007/08/28 |
| How To Check If Your Printer Is Connected Using C# (0) | 2007/08/28 |
Trackback : Cannot send a trackbact to this post.
-
Subject different money making ideas
2010/01/29 01:04
moneyideas
-
Subject different money making ideas
2010/01/29 09:28
moneyideas
-
Subject different money making ideas
2010/01/31 16:44
moneyideas

Prev

Rss Feed