TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About converter
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Mahak Gupta (5)
Mostafa Kaisoun (3)
Kailash Chandra Behera (3)
Satya Prakash (3)
Santhosh Kumar Jayaraman (2)
Scott Lysle (2)
Swesh S (2)
Amit Choudhary (2)
Joshy George (2)
Bechir Bejaoui (2)
Mike Gold (2)
Raveena Attri (1)
Sanjay Kumar (1)
Ammar Shaukat (1)
Vipul Malhotra (1)
Aqib Murtaza (1)
Aymen Amri (1)
Alessandro Del Sole (1)
Delpin Susai Raj (1)
Sandeep Sharma (1)
Sushila Patel (1)
Munir Shaikh (1)
Shouvik S (1)
Declan Brennan (1)
Shweta Lodha (1)
Vinoth Rajendran (1)
Jignesh Trivedi (1)
Shakti Saxena (1)
Debendra Dash (1)
Rohit Kule (1)
James Croft (1)
Rachhek Shrestha (1)
Tom Mohan (1)
Anoop Kumar Sharma (1)
Sourabh Somani (1)
Abhishek Jaiswal (1)
Chetna Solanki (1)
Vithal Wadje (1)
Arjun Panwar (1)
Sachin Bhardwaj (1)
Jigar Desai (1)
Gaurav Gupta (1)
Serge Gorbenko (1)
Justin Finch (1)
Diptimaya Patra (1)
Vasanth (1)
Daniel Denev (1)
Vishal Nayan (1)
Mahadesh Mahalingappa (1)
Prabhu M (1)
Sudhakar Sadasivuni (1)
Uchukamen (1)
Related resources for converter
No resource found
Build Your Own Number to Words Converter
11/6/2024 7:11:30 AM.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect
Learn Use of Converters in WPF C#
8/21/2024 3:23:31 AM.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles mul
XAML Value Converter With A Simple Example
6/24/2024 8:59:15 AM.
Learn how to convert data formats using XAML's value converters, crucial for transforming string input (like from a textbox) into boolean values (for checkbox status). Explore setup, implementatio
A Simple WPF Application Implementing MVVM
6/20/2024 10:12:01 AM.
In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
Efficient Data Copying with AutoMapper in C#
4/25/2024 8:16:41 AM.
Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformations
Convert Int to Byte Array in C#
9/5/2023 10:24:07 AM.
How to convert an int data type to a byte array using C# and .NET.
Determine the Time since the Last Boot Up in C#
9/5/2023 5:26:06 AM.
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
Create a Microsoft Teams Bot using Node JS
7/24/2023 5:51:20 AM.
how to create a chatbot in Microsoft Teams using the Teams Toolkit which could use the basic template from Teams Toolkit, this article focuses on how to run from Microsoft Teams or how to run from Bot
Create a Telegram bot using Node JS
7/17/2023 6:24:20 AM.
how to create a chatbot in Telegram which could echo the message we say, this article focuses on how to register a bot in Telegram and create a node project with the environment token key to authentic
Telemtery Converter Was Not Found Error
8/25/2022 4:20:09 PM.
In this article, you will learn about telemtery converter was not found error.
Converters In WPF
6/20/2022 5:15:09 AM.
In this article, you will learn about Converters in WPF.
List to Datatable Converter Using C#
11/25/2021 10:32:25 AM.
In this article, I will describe you how to convert a List objects to a DataTable.
Parsing List of JSON Elements as List With JSON.Net
11/11/2020 4:02:51 AM.
This article descibes a JSON format where a list of JSON objects are present with no root elements.
Convert Date From Solar (Gregorian) to Lunar (Hijri) Using JavaScript
4/30/2020 2:18:20 PM.
This article describes how to convert a date from Solar to Lunar using JavaScript.
Xamarin.Forms - Useful String Converters for Your Text
3/11/2020 4:14:41 PM.
In this article, I will share some useful string converters for Xamarin.Forms that I use in my daily work to format specific content
Xamarin.Forms - Converter In MVVM Using IValueConverter
12/4/2019 9:07:24 AM.
In this article, you will learn how to use Converter in MVVM using IValueConverter in Xamarin.Forms.
Implementation of Internationalization in Java Using Locale Class
8/7/2019 4:56:57 AM.
This article explains implementation of Internationalization in Java using the locale class and other fields that are methods of the locale class, how to find locales supported by JRE, and create two
How to Convert String to Hexadecimal and Vice versa
4/12/2019 1:56:53 AM.
This article shows you how to convert string to hexadecimal and hexadecimal to string.
Working with DropDownList and ListBox Controls in ASP.NET
3/25/2019 5:03:11 AM.
In this article we'll see how to use DropDownList and ListBox Web controls to display data in various formats.
Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library
1/18/2019 2:37:40 AM.
This article uses Microsoft 11.0 object library & process the word document in the backend and convert to HTML document.
Unit Converter: Part I (Mass Converter)
12/19/2018 4:40:16 AM.
This is a very basic engineering Mass converter. The following units can be converted with the use of this example: Grams, Kilograms, Metric tonnes, Short ton, Long ton, Pounds, Ounces
Convert Byte Array to Int in C#
11/29/2018 3:37:30 AM.
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class.
Convert Integer to Byte Array in C#
11/29/2018 3:32:40 AM.
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class. The BitConverter class in .NET Framework is provides functionality to conver
How to Convert a Byte Array to Double in C#
9/14/2018 11:56:36 PM.
This code snippet is an example of how to convert a byte array to double. Code also shows conversion of double to a byte array using C#.
Learn About Converters In WPF
5/8/2018 9:49:30 AM.
Converters are basically a medium to convert values in one form to another form. Converters usually implement IValueConverter interface, which contain two methods, Convert() and ConvertBack().
Edit Almost Anything with AgileStudio
9/26/2017 4:20:58 AM.
There are a range of controls available as standard for Windows Forms in VisualStudio .NET 2003. These include TextBox to edit strings, CheckBox to edit booleans and even a DateTimePicker. However the
Converters In WPF
6/22/2017 7:25:17 AM.
This article introduces Converters in WPF. Converters provide substantial supremacy since they allow insertion of an object between a source and a target object.
Quick Start Tutorial: Creating Universal Apps Via Xamarin: IValueConverter In Xaml - Part 14
6/27/2016 10:39:44 AM.
In this article, you will learn about IValueConverter in Xaml for creating universal apps via Xamarin.
Parameter Binding In ASP.NET Web API
6/14/2016 1:35:26 AM.
In this article, you will learn about parameter binding in ASP.NET Web API.
Value Converters In WPF
4/18/2016 5:41:11 PM.
In this article you will learn about Value Converters in WPF.
Language Converter Using Google Translator Plugin In ASP.NET
2/28/2016 11:16:11 AM.
In this article you will learn how to create a Language Converter using Google Translator Plugin in ASP.NET.
Value Converter In WPF
1/21/2016 2:27:46 PM.
In this article you will learn how to create Value Converter in WPF.
Introducing Croft.Core For Universal Windows Apps
11/15/2015 9:07:13 AM.
Take a look at and contribute towards a core set of features developers may need for their UWP applications.
String To Value Type Converter Implementation
9/12/2015 7:23:28 AM.
In this article we will learn how to use string to value type converter and its implementation.
Bind The Visibility Of A Control Based On The Property Of RadioButton or CheckBox
9/4/2015 5:04:38 AM.
In this article you will learn how to use BooleanToVisibility Converter to bind the visibility of a Control based on checked or unchecked property of RadioButton or CheckBox.
Converters in WPF
5/16/2015 6:28:34 PM.
This article explains converters and the types of converters with code examples.
WPF MultiValue Converters
5/16/2015 2:37:33 PM.
This article shows how to use MultiValue Converters in WPF.
WPF Value Converters
5/16/2015 2:11:41 PM.
This article explains Value Converters of WPF and provides examples of usiing Value Converters.
Multibinding and IMultiValueConverter in WPF
3/6/2015 1:12:15 AM.
This article explains the Multibinding and IMultiValueConverter in WPF.
Text to Speech Converter in C#
12/16/2014 11:13:20 PM.
In this article, we will learn how to create a Text to Speech Converter in a C# Windows Forms application using the SpeechSynthesizer class.
C# and XAML within a Silverlight 2 context - Data conversion: Part VII
9/4/2014 7:30:40 AM.
In this article I will show how to implement a customized converter as a part of the article how does XAML interact within C# code.
Convert Date From Solar (Gregorian) to Lunar (Hijri) Using C#
8/19/2014 12:57:49 PM.
This article describes how to convert a date from Solar to Lunar using Visual C#.
Convert Date From Solar (Gregorian) to Lunar (Hijri) Using VB.NET
8/19/2014 4:59:18 AM.
This article describes how to convert a date from Solar to Lunar using VB.Net.
Convert Color Image Into Gray Scale Image In ASP .NET
4/13/2014 4:44:10 PM.
This article explains how to convert a color image into a gray scale image.
Introduction to XAML
3/23/2014 1:41:54 PM.
This introduction to XAML will talk about the basics of XAML.
Binding Radio Buttons Using Group Property in WPF
2/7/2014 5:10:25 PM.
In this article I am going to tell you about binding Radio Buttons using the Group Property in WPF.
Live Currency Converter Using ASP.NET C#
11/21/2013 1:20:52 PM.
In this article I will explain how to create the Live Currency Converter application in ASP.Net C# using the Google API.
Length Converter In JavaScript
7/7/2013 12:09:17 AM.
In this example we will create a Length Converter using Javascript. This is one of the basic Unit Converters.
Unit Converter Part - IV (Length Converter) in Window Phone7
4/8/2013 4:21:58 PM.
This is a very basic engineering length convertor. The following units can be converted with the use of this example: Millimeters, Centimeters, Meters, Kilometers, Inches, Feet, Yards and Miles.
Area Converter in Windows Phone
4/8/2013 4:11:30 PM.
This is a very basic engineering area converter. The following units can be converted with the use of this example: Square Millimeters, Square Centimeters, Square Meters, Square Inches, Square Feet and Square Yards.
Unit Converter Part: II (Speed Converter)
4/8/2013 12:50:50 AM.
This is a very basic engineering speed convertor.
Text to Speech Converter in Vs 2012
3/1/2013 12:11:40 PM.
In this article I explain how to Convert text into speech in C#.
Binary to Octal Converter Windows Store App
2/22/2013 1:38:25 PM.
In this article you will learn about how to convert binary to octal in Windows Store App.
Convert Octal to Decimal Number in Windows Store App
2/17/2013 4:35:00 PM.
In this article I am explain how to convert numbers expressed as octal to numbers expressed as decimal in Windows Store Apps.
Building the Unit Converter in Windows Store App
1/7/2013 4:18:55 AM.
In this article we will learn how to create a simple unit converter using JavaScript in a Windows Store App.
Unit Converter in IPhone
11/21/2012 2:47:42 PM.
In this article we create a single-view application. The sample is a units converter which changes the temperature from Fahrenheit to Celsius. It uses a text field, button and label from outlets.
Unit Conversion Tool for Pocket PC with Compact Framework in VB.NET
11/10/2012 3:01:22 AM.
This article explains about the unit conversion tool for Pocket PC. I have created a Unit conversion tool to calculate conversion from 16 different types.
Determine the Time Since the Last Boot Up in Visual Basic
11/9/2012 6:39:08 AM.
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
Value Converter to Binding in Windows Store Apps Using XAML
10/24/2012 1:13:28 PM.
In this article I show how to implement an IValueConverter Interface for performing a Custom Value converter and create our own Converter Class.
A Simple Virtual Voltmeter Using GDI+ and the GP-3 Board
10/3/2012 12:07:01 PM.
This is a less complex, nevertheless interesting example of how to use the same board to create a simple voltmeter.
Bit Flags Type Converter
9/30/2012 4:31:37 AM.
This article shows an implementation of TypeConverter which allows you to edit bit flags enumerations in PropertyGrid.
WPF ComboBox doesn't bind correctly - Binding to Nullable Ints
9/29/2012 9:49:53 AM.
If you have been working with WPF and have had issues with your ComboBox or any list control binding then you can stop pulling your hair out.
Value Converter In WPF - Part I
9/29/2012 8:14:49 AM.
In this article series we will see what are Value Converters and how it can be used and usefulness in WPF.
The XmlConvert class
9/29/2012 6:01:36 AM.
In this article I will explain you how to read an XmlConvert Class in ADO.NET.
XML to HTML Converter Using XSLT
9/29/2012 5:17:15 AM.
In this article we see XML to HTML Converter using XSLT.
About Development on Two-Way RTF to XML/XHTML Converter Components and Services
9/29/2012 4:55:54 AM.
Microsoft introduced the Rich Text Format for specifying simple formatted text with embedded graphics. Initially intended to transfer such data between different applications on different operating systems, today this format is commonly used in Windows for enhanced editing capabilities. The XHTML to RTF converter consists in an XSL stylesheet for parsing XHTML tags and generating their RTF equivalents.
Convert Bool to Byte Array in C#
7/4/2012 7:52:04 PM.
This article demonstrates how to convert a boolean value to a byte array in C#.
Performing Data Conversion with Value Converter Class in Silverlight
9/4/2011 5:44:13 PM.
The Value Converter Class in Silverlight is responsible for converting source data just before it is displayed in the target and also doing job of converting the new target value just before it is supplied back to the source.
Silverlight - Converters Example
8/8/2011 5:57:31 PM.
In this article I am introducing how converters work in Silverlight. This is part of a series intended for Silverlight Beginners.
Word To PDF Converter
6/3/2011 2:36:42 AM.
This article explains a way to convert a Microsoft Word Document to PDF Format.
The ColorConverter and ColorTranslater Classes in GDI+
12/18/2009 3:54:37 AM.
In this article I will explain about ColorConverter and ColorTranslater Classes in GDI+.
XAML and C# -Introduction: Part I
12/29/2008 11:06:11 AM.
This article is supposed to be an introduction to Data Binding logic within Silverlight 2 context, five questions are introduced in this context and they will be answered briefly in this introductry article and in more details in the subsequent parts.
Simple Password Encryption Program
10/31/2006 7:22:11 AM.
This article shows you how to make a simple password encryption program.
PDF Converter
12/28/2005 3:42:18 AM.
This is a PDF converter tool which can reads text documents and converts them to PDF documents.
IP Address Hostname Convertor
12/27/2005 1:20:21 AM.
This is an IP Address-Hostname converter written in C# Windows Forms.
Virtual Voltmeter using GDI+ and GP-3 Board
12/26/2005 2:31:54 AM.
This is a less complex, nevertheless interesting example of how to use the same board to create a simple voltmeter.