https://github.com/progambler227788/base-convertor-winform-csharp
This is made in C# winform. It is used to convert every base to another base like binary to decimal or vice versa.
https://github.com/progambler227788/base-convertor-winform-csharp
bases-conversions binary-converter binary-to-decimal c-sharp coding coding-programming csharp-code csharp-coding data-structures decimal-to-binary desktop-development dot-net numbers-conversion octal-converter octal-to-binary windows-forms-csharp winform
Last synced: 3 months ago
JSON representation
This is made in C# winform. It is used to convert every base to another base like binary to decimal or vice versa.
- Host: GitHub
- URL: https://github.com/progambler227788/base-convertor-winform-csharp
- Owner: Progambler227788
- Created: 2023-02-09T20:03:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T20:31:33.000Z (about 2 years ago)
- Last Synced: 2025-03-13T15:17:01.219Z (3 months ago)
- Topics: bases-conversions, binary-converter, binary-to-decimal, c-sharp, coding, coding-programming, csharp-code, csharp-coding, data-structures, decimal-to-binary, desktop-development, dot-net, numbers-conversion, octal-converter, octal-to-binary, windows-forms-csharp, winform
- Language: C#
- Homepage:
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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