hi i am creating a program in vb.net which display decimal, octal, hexadecimal, binary in textbox...i was hopeing me if someone can give a start...im completely new to vb
thks you
jatt09 0 Newbie Poster
Recommended Answers
Jump to PostDim no = 456 Dim bin=Convert.ToString(no, 2) '<-----Convert.ToString(value,radix) Dim oct=Convert.ToString(no, 8) '<-----Convert.ToString(value,radix)
All 5 Replies
kvprajapati 1,826 Posting Genius Team Colleague
jatt09 0 Newbie Poster
jatt09 0 Newbie Poster
jatt09 0 Newbie Poster
jatt09 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.