C#winform base Decimal (integer) conversion to hexadecimal signed

Source: Internet
Author: User

Town Field Poem:
——— Dream who feel, the water month Build blog. Baiqian tribulation, only know the vicissitudes of the world.
——— today holds the Buddhist language, the technology is boundless willing to learn. Willing to do what you learn, cast a conscience blog.
——————————————————————————————————————————

1 UI

2 Code

1 usingSystem;2 usingSystem.Collections.Generic;3 usingSystem.ComponentModel;4 usingSystem.Data;5 usingSystem.Drawing;6 usingSystem.Linq;7 usingSystem.Text;8 usingSystem.Threading.Tasks;9 usingSystem.Windows.Forms;Ten  One namespaceWindowsFormsApplication5 A { -      Public Partial classForm1:form -     { the          PublicForm1 () -         { - InitializeComponent (); -         } +          -         /// <summary> +         ///conversion between conversions, the flaw cannot be converted to a numeric value with a decimal point, and a binary number must be an unsigned type when it is turned into another binary number A         /// </summary> at         /// <param name= "Input" >the data being processed</param> -         /// <param name= "Typeofinput" >how much of the input data is in the binary</param> -         /// <param name= "Typeofoutput" >how much of the output data is in the binary</param> -         /// <returns>returns data for conversion completion</returns> -          Public stringConvertnumber (stringInputintTypeofinput,inttypeofoutput) -         { in             intValue =Convert.ToInt32 (input, typeofinput); -             stringres =convert.tostring (value, typeofoutput); to             returnRes; +         } -  the         Private voidBtn10_16_click (Objectsender, EventArgs e) *         { $Textboxofoutput.text = Convertnumber (Textboxofinput.text,Ten, -);Panax Notoginseng         } -     } the}

3 Show

——————————————————————————————————————————
The essence of the blog, in the technical part, more in the town yard a poem.
C # is a good language, worth studying hard.
If the content of the post can be improved, or even the wrong place, please leave a comment, I will try to correct, strive to cast a conscience blog.
Note: This article is only as a scientific research study, if I inadvertently violated your rights and interests, please be sure to timely inform, I will make corrections.

C#winform base Decimal (integer) conversion to hexadecimal signed

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.