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
gil elgrably
NA
14
21.4k
Help with C # conversions
Apr 10 2012 5:59 AM
Hello all,
I have a
variable
of type
Byte e.g.
with
value
0x3d
.
What I
need is to
convert the
upper
half
Byte
(
value
3)
to a variable
of type
String with
value
"3"
and
in the same way
convert the
lower
half
Byte (
value
d
)
to another variable
of type
String
with
value
"d"
.
Can anyone
help me
(
by
code
in C #
)
that
do that?
(By the way,
what
I was able
to do so far is to separate the
given
Byte
into 2 new
Bytes
, the first
with value
0x03
and the second with value 0x0d
but
here
I got stuck
.)
Thank you
!
Gil.
Reply
Answers (
2
)
how can i use any method in the timer ?
How to find ranking