About 303,000 results
Open links in new tab
  1. GitHub - BlakeBarnez/UnitConversionApp: A flexible unit converter

    A flexible unit converter built in C# WinForms. Converts values between multiple measurement systems (distance, weight, temperature, etc.) with clean labels and reusable logic.

  2. NuGet Gallery | UnitsNet 5.75.0

    This example shows how you can create a dynamic unit converter, where the user selects the quantity to convert, such as Temperature, then selects to convert from DegreeCelsius to …

  3. Day 47: Create a Unit Converter App with C# and WinForms!

    Today, we're diving into the world of conversion with our easy-to-build Unit Converter application.

  4. How do I create a generic converter for units of measurement in C#?

    I have been trying to learn a bit more about delegates and lambdas while working on a small cooking project that involves temperature conversion as well as some cooking measurement …

  5. How I Built a Simple Unit Converter in C# - Medium

    Apr 16, 2025 · In this project, I created a simple unit converter in C# that takes a temperature value in Celsius and converts it to Fahrenheit — using direct user input and real-time calculation.

  6. Simplifying Unit Conversions in .NET with UniVertAll

    Nov 20, 2024 · UniVertAll transforms unit conversion in .NET from a challenge into a seamless experience. Explore its capabilities and discover how it can simplify your projects today!

  7. unit converter (3 days of C#) - Code Review Stack Exchange

    Jun 5, 2023 · Another option is to add different types of units and convert between them. A general Unit base class with subclasses for measurements of different types: volume, …

  8. GitHub - ripperr15/Unit-Converter: Unit Converter s a C# Windows

    Unit Converter s a C# Windows Form application that effortlessly transforms units of length, area, and volume. This comprehensive tool simplifies conversion tasks with its intuitive interface, …

  9. c# - Unit Converter Program - Stack Overflow

    I am developing a unit converter for my semester project. I need some help on the structure of the classes/interfaces/abstract classes. I want some interface or abstract class that can be …

  10. Write a C# program that designs a "Unit Converter" Windows For

    Dec 27, 2024 · Write a C# program that designs a "Unit Converter" Windows Forms Application which uses the following controls: a group box, four radio buttons, two panels, three labels, …