|
How to use Hexadecimal numbers in C#Hexadecimal numbers use '0x' prefix.
Example:
int intMyInt = 0xFE;
//hexadecimal value 0xFE is 254 in decimal
Comments
2010-06-03 15:10 | Comment this
Pepe:
Thank you
Add your comment
|
List of articles
How to compare two Strings in C# Smart utilities |
Webdesign (c) 2009 - 2024 Supremus.sk |