Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.12 KB

Convertor-of-Bases-2-8-10-16-

This is a software application created using C# Winform. The application uses listbox, combobox, buttons, and textboxes to allow users to perform various functions.

Features The application allows users to enter numbers and convert them to various bases (binary, decimal, hexadecimal). The length of the textboxes used for input is displayed on the screen. The application restricts the input based on the selected base. For example, if binary is selected, only binary digits (0 and 1) can be entered.

How to use Launch the application by double-clicking on the executable file. Select the base you want to convert to from the combobox. Enter the number in the textbox. If the entered number is not valid for the selected base, an error message will be displayed. Click on the "Convert" button to convert the number. The converted number will be displayed in the listbox. To clear the input and output fields, click on the "Clear" button.

Requirements Windows operating system .NET Framework 4.5 or later