TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
richang76
NA
4
0
Convert class and byte arrays
Feb 20 2004 1:59 PM
I want to convert to byte from other variable types without losing information. For example, I want to convert Int32 to 4 bytes or Float into 4 bytes, and put them into a byte array. It looks like the Convert.ToByte(int32) will only convert to one byte, therefore I lose 3 bytes worth of information..... I am not sure, can any one offer advice?
Reply
Answers (
3
)
Transfer data from a SQL Server database to an excel database???
Question regarding creating controls on forms.