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