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 binary, defective cannot be converted between signed binary 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 * $ Panax Notoginseng Private voidButton1_Click (Objectsender, EventArgs e) - { the +Textboxofoutput.text = Convertnumber (Textboxofinput.text,Ten,2); A //Display the //MessageBox.Show (TextBoxOfOutput.Text.Count (). ToString ()); + } - } $}
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 to 32-bit signed binary number