Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Least significant byte of an int
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01055093
Message ID:
01055094
Views:
11
>It is Friday and my mind has already left for the weekend <s>.
>How can I get the least significant byte of an int value?
>
>Einar

Hey my mind came back for a brief moment.
Just bitwise AND with 0xFF
bByte = (byte) (iInt & 0xFF);
Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform