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
Ehab Saleh
NA
3
0
simple conversion
Apr 22 2009 5:27 AM
Hi, I am new to C#.. I want to convert a byte or int to string or text. I have a byte with value 130, I just want to show it in a textBox or a label. If I try to do it directly, like: txtDataReceived.Text = myDataByte; then I get the obvious error: (Cannot implicitly convert type 'byte' to 'string') I thought it will be very simple.. any idea how to sort it out. Thanks
Reply
Answers (
2
)
How to add textbox, button, dropdownlist, checkbox in c#
How to use CodeObjectCreateExpression for System.DateTime in C# codeDom