C# CrawlerSagiv Hadaya is crawling in C#...just for funPlay with C strings (my 1st article)- August 15, 2002 Check out my first article, on the 'articles' link to the left (below the 'home' link). the article shows how to transit to C form C++ and not be afraid from the strings...and chars....and ....well read the damn article.http://radio.weblogs.com/0111551/2002/08/15.html#a51 Convert to HEX- August 15, 2002 Q: How can i convert an integer to HEX A: One way would be: string str = System.Convert.ToString(integer, 16); Basically, i feel that System.Convert namespace holds everything i need for any conversion needed..http://radio.weblogs.com/0111551/2002/08/15.html#a50 |