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 Convert
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 (13)
Vulpes (4)
Swesh S (3)
Alagunila Meganathan (3)
Uday Dodiya (3)
Vinoth Xavier (2)
Sanjay Kumar (2)
Santhosh Kumar Jayaraman (2)
Sibeesh Venu (2)
Salman Beg (2)
Jignesh Kumar (2)
Sarathlal Saseendran (2)
Shweta Lodha (2)
Abiola David (1)
Waqas Sarwar (1)
Vijay Yadav (1)
Kautilya Utkarsh (1)
Muhammad Asif (1)
Ammar Shaukat (1)
Vithal Wadje (1)
Rijwan Ansari (1)
Rajeev Ranjan (1)
Mayur Dighe (1)
Jefferson S. Motta (1)
Jitendra Mesavaniya (1)
Suraj Vishwakarma (1)
Harunraseed Basheer (1)
Naveen Kumar (1)
Vipul Malhotra (1)
Rajendra Prasad (1)
Vijay Prativadi (1)
Dhruvin Shah (1)
Ankeet Dange (1)
Ziggy Rafiq (1)
Neel Bhatt (1)
Ali Benchaaban (1)
Nikhil Patil (1)
Mukesh Nailwal (1)
Satyaprakash Samantaray (1)
Yash Rajora (1)
Keyur (1)
Sunny Sharma (1)
Khoday Akilesh (1)
Sandeep Vemula (1)
Satinder Singh (1)
Amit Mohanty (1)
Rahul Singh (1)
Sarker Ishu (1)
Santosh Karanam (1)
Richa Garg (1)
Chandani Prajapati (1)
Scott Lysle (1)
Muhammad Aqib Shehzad (1)
Talaviya Bhavdip (1)
Esamaldin Mohammed (1)
Raja Msr (1)
Abhishek Yadav (1)
Sean Oliver (1)
Piyush Kumar (1)
Manish Kumar Choudhary (1)
Vignesh Kumar (1)
Teddy Kurian (1)
Sandeep Mishra (1)
Chris Love (1)
Dhanapal Chandran (1)
Yogeshkumar Hadiya (1)
Tarun Agrawal (1)
Emiliano Musso (1)
Manas Mohapatra (1)
Ahmar Husain (1)
Muhammad Imran Ansari (1)
Related resources for Convert
No resource found
Converting HTML to PDF or Image in C# Using wkhtmltopdf
11/5/2024 11:08:43 AM.
This article details integrating wkhtmltopdf with C# for converting HTML to PDFs or images. Using System.Diagnostics.Process, allows C# apps to execute command-line arguments to generate high-quality
Hidden Gems - Converting the Table Response Into String Variable
10/3/2024 3:55:29 AM.
Discover the hidden gems and best practices for effectively handling data within Microsoft Copilot. Enhance your AI-driven applications by learning essential techniques for data manipulation and integ
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
Azure Data Factory: Append and Convert Multiple CSV Files To Parquet File
8/13/2024 11:16:36 AM.
In this Data Engineering episode, I was you through to to append and convert multiple CSV Files to Parquet File leveraging the Azure Data Factory
SharePoint 2016 Central Admin - Upgrade And Migration - Convert Farm License Type
8/9/2024 9:47:09 AM.
Learn how to change your SharePoint license type from Standard to Enterprise or from Trial to Regular without reinstalling. Use the Central Admin page to update your product key directly. Note that yo
How to Convert varbinary to Base64 String in SQL Server
7/12/2024 8:47:14 AM.
Learn how to convert varbinary data to Base64 strings in SQL Server using XML functions and the CAST method. This tutorial provides clear steps and SQL examples for encoding binary data, crucial for w
Convert Speech into Text using Python
7/9/2024 9:15:39 AM.
Speech-to-text conversion is a fascinating area of technology that allows computers to understand and transcribe spoken language into text. This capability has numerous applications, from virtual assi
TaskCompletionSource in .NET to Convert Async Non Task to Async Task
7/9/2024 7:34:07 AM.
TaskCompletionSource<T> in .NET allows manual creation and control of tasks, enabling custom async patterns and adapting non-task-based APIs. With methods like SetResult, SetException, and SetCa
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
Convert Generic List Into XML In ASP.NET MVC
6/19/2024 9:55:07 AM.
In this tutorial, learn to convert dynamic data stored in generic lists to XML files using ASP.NET MVC. This approach simplifies managing complex data types, such as customer orders with multiple item
Creating An Azure VM From The VHDX/VHD File
6/19/2024 9:46:05 AM.
Learn how to migrate an on-premises Virtual Machine to Azure using VHD files. Convert VHDX to VHD, upload to Azure Blob storage, create a Managed Image, and deploy an Azure VM using PowerShell command
How To Convert Older C# Version to C# 12 With Example
6/17/2024 5:33:27 AM.
Many developers still use older versions of C# due to legacy codebases, corporate constraints, and familiarity with older language features. Upgrading can seem daunting, but modern versions of C# offe
MVC Rotativa PDF IIS Server Error
6/13/2024 11:20:15 AM.
This article addresses a common error encountered while generating PDFs using Rotativa. It explains the steps to resolve the "Unhandled Execution Error" by installing Visual C++ Redistribut
Convert an Embedded Resource into an XML File in WPF C#
6/6/2024 4:49:04 AM.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during ru
Convert Multiple Text Documents to a PDF File or to PDF Files
5/31/2024 11:50:49 AM.
The Article demonstrates how use iTextSharp PDF Library to convert the multiple text files into Single Combined PDF file and also into Individual PDF files with same GUI.
Convert Text File To PDF File And ViceVersa Using ItextSharp
5/30/2024 11:25:07 AM.
Learn how to seamlessly convert text files to PDF and vice versa using iTextSharp, a powerful library for document manipulation in C#. This tutorial covers step-by-step instructions for efficient file
Understanding Your Internet Speed Converting Mbps to MBps
5/24/2024 5:02:31 AM.
Understanding your internet speed is crucial for efficient online activities. This guide simplifies the conversion process from Mbps to MBps, helping you grasp the difference between megabits and mega
Understanding ToString() vs Convert.ToString() in C#
5/23/2024 10:30:46 AM.
In C#, both ToString() and Convert.ToString() are used to convert objects to their string representation. However, they have different usages and behavior. Understanding the differences between these
Convert Doc to Pdf using NodeJS
5/8/2024 4:02:52 AM.
In this article, I demonstrate how to convert Word files to PDF using PowerShell, a feature supported on all Windows operating systems.
Converting Python Code into a Package for Open Source
5/7/2024 7:08:04 AM.
Learn how to transform your Python code into a reusable package and share it with others. This easy-to-follow steps covers the steps to package your code, choose a license, and make it open-source.
Convert Rows to CSV & Eliminate Duplicates in SQL Server
5/6/2024 4:17:43 AM.
Using SQL Server's string aggregate function, efficiently transform row data into a comma-separated format, while simultaneously removing any duplicate entries, ensuring data integrity and optimiz
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 A Single PDF Into Number Of Pages As PDF Using iTextSharp
4/25/2024 8:01:32 AM.
In this article, we will learn how to efficiently convert a single PDF document into multiple PDF files, each representing a single page, using iTextSharp.
How To Convert List <DataTable> Into DataSet
4/23/2024 11:15:59 AM.
Retrieve employee details from database using stored procedure. Group data by department with LINQ. Export List<DataTable> to Excel with multiple spreadsheets. Bind List<DataTable> to Gri
Select Data With Enums Via EDF Framework 5.0
4/18/2024 8:46:39 AM.
Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
Convert SharePoint Library Images to Base 64 with Microsoft Flow
4/15/2024 10:42:34 AM.
In this article, we will talk about how we can easily convert SharePoint Document library Images to Base 64 and store the value of the Base 64 Images to SharePoint’s Multiline textbox.
Convert Attachment to Base64 in Power Apps for Email Attachments
3/27/2024 8:05:57 AM.
Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment han
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
3/22/2024 10:15:42 AM.
Discover Ziggy Rafiq's comprehensive guide on converting strings to JSON, Base64, XML, and CSV formats using C#. Plus, learn how to reverse the process effortlessly. Don't miss out on this mus
First Look At ASP.NET Core 2.1 Preview One - Convert Existing .NET Core Application To .NET Core 2.1
3/19/2024 6:13:49 AM.
Finally, the .NET Core 2.1 preview is out for people to try. Two days ago, the .NET team announced the first preview of .NET Core 2.1. Let us see some of the highlights for this release.
Convert Text to Audio using Azure and .NET 8
3/1/2024 12:00:00 PM.
In this article, we will learn how to harness the power of Azure and .NET8 to seamlessly convert text into audio. Explore the integration of Azure Cognitive Services for text-to-speech functionality,
Convert Tweet Into Audio File Using Cognitive Service With Azure Logic App
3/1/2024 10:20:58 AM.
This article helps you to learn how to Convert and save tweets with specific hashtags into audio files using Microsoft Cognitive Services in Azure Logic App. Logic App is a cloud-based service.
Converting Classic SharePoint Team Sites to Modern Communication Sites
2/27/2024 9:33:38 AM.
Converting Classic SharePoint Team Sites to Modern Communication Sites to better collaboration and productivity. Enhanced feature, customized web part and extension.
How to Convert OST to PST Manually - Top 3 Proven Methods
2/21/2024 9:10:06 AM.
Trying to know how to convert OST to PST manually? Read this article and get top three methods to export OST file to PST effortlessly.
Build Temparature Convertor Application Using Angular and Bootstrap
2/12/2024 7:14:31 AM.
In this tutorial, I will show you how to build an Temperature Convertor application using Angular Custom Pipe. The Pipes are a great way to transform the appearance of elements in the template.
Converting A Blazor WASM App To A Blazor Server App
2/8/2024 8:50:55 AM.
This article explores converting a Blazor WASM app to a Blazor Server. It details differences between hosting models, and conversion steps including project creation, references addition, and code mod
Visual Studio Feature: Convert JSON or XML to Classes
1/30/2024 11:49:16 AM.
In this article, I will demonstrate how to use the Visual Studio feature Paste JSON as Classes or XML as Classes. This feature was introduced in Visual Studio 2013. This compelling feature will help t
Converting Outlook MSG to HTML in C# for Enhanced Readability
1/22/2024 9:17:37 AM.
Converting Outlook MSG to HTML in C# for Enhanced Readability" describes the process of converting Microsoft Outlook MSG files into HTML format using the C# programming language. This conversion
How to Create a Logic App to Convert PDF into Word
1/3/2024 10:13:09 AM.
In this article, we are going to learn about How to create a Logic App to convert PDF into word. Learn how to create an Azure Logic App that automatically converts PDF files into Word documents and sa
Data Conversions in C# with SuperConvert
1/3/2024 6:51:52 AM.
In this article, I will explain the Nuget library "SuperConvert" that provides seamless data conversion for.net, like Convert  datatable to JSON. Convert JSON to Datatable, Convert CSV
How to create a Logic App to convert documents into PDF
12/17/2023 7:32:41 AM.
In this article, we are going to see about How to create a Logic App to convert documents into PDF
How to Convert a Month Number to Month Name in PostgreSQL
11/28/2023 7:10:54 AM.
Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
How To Convert Visual FoxPro DBF File To Excel In C#
11/20/2023 10:34:58 AM.
In this article you will learn how to convert Visual FoxPro DBF file to Excel in C#.
Convert Text To Speech Using Azure AI Speech With Angular 16 And .NET 6
11/6/2023 5:03:52 AM.
In this post, we will see all the steps to convert text to speech using Azure AI speech service with Angular 16 and .NET 6 applications.
Convert Speech To Text Using Azure AI Speech In Angular 16 And .NET 6 Web API
10/30/2023 4:50:50 AM.
In this post, we will see how to record audio from microphone and convert to a text using Azure AI Speech and .NET 6 Web API. We are using Angular 16 on the client side
Convert String to JSON using Power Automate Microsoft Flow
10/18/2023 8:51:43 AM.
Learn to convert a string to JSON in Power Apps. Explore two methods: the JSON expression and the Parse JSON Data Operation, followed by reading the JSON data for effective data manipulation.
Convert string to char array in C#
10/13/2023 8:54:49 AM.
How to convert a string to a char array using C#. The ToCharArray method of the string class converts a string to a character array.
Convert Part Of Excel To Image Using Free Excel API
10/12/2023 7:26:18 AM.
This article shows how to convert part of an Excel worksheet to an image using the free Spire.XLS API.
How to Convert an Array to a List in C#?
10/10/2023 10:43:06 AM.
Converting an array to a list in C# involves transforming the data structure from an array, which has a fixed size, into a list, which can dynamically adjust its size. This process is essential when f
3 Ways to Convert DataTable to JSON String in ASP.NET C#
10/5/2023 6:43:28 AM.
This article explains how to convert a DataTable to JSON in ASP.NET C#. Learn how to serialize a DataTable to a JSON array in C# OR how to return a JSON String from a DataTable in ASP.NET C#.
Mastering the Art of Convert DateTime Formats In SQL Server with Over 30 Code Examples
10/4/2023 7:00:55 AM.
Learn how to convert datetime values to different formats in SQL Server with this comprehensive guide. Explore various date conversion functions and formats, including examples and code snippets, to e
Convert a DataTable to Generic List Collection
9/22/2023 12:01:23 PM.
In this article, I am sharing a generic method I have developed while solving a question here on C# Corner.
How to Convert DocX Into PDF, HTML and XPS in C#
9/21/2023 9:15:11 AM.
This article explains how to convert a Word file to PDF, HTML, XPS and so on in C#.
Convert Web Page to PDF in C#
9/20/2023 4:39:35 AM.
Learn how to create PDFs from web content in C# using the WebBrowser control. Ideal for generating order or transaction details in applications like Shopify.
Converting Numbers To Words Using The Indian Numbering System
9/18/2023 8:21:46 AM.
In this article, I'd like to present a similar program using the Indian numbering system. This system differs from the US/UK systems in that it doesn't use 'millions' but instead uses
DateTime in SQL Server
9/13/2023 11:44:45 AM.
In this article we will learn about DateTime in SQL Server
How to convert C# List to an array?
9/8/2023 12:09:22 PM.
Using a list element as an array by converting the list into an array and array into a list; also, how to find the maximum and minimum element in the list.
Convert Word to PDF with Power Automate
9/7/2023 2:46:05 PM.
Explore a step-by-step guide on converting Word to PDF with Microsoft Power Automate, all without the need for premium connectors. Learn how to streamline your document conversion process and save cos
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.
Convert HTML String To PDF Via iTextSharp Library And Send As An Email Attachment
8/29/2023 10:59:53 AM.
In this article, we will see how to convert HTML string to PDF by using third party PDF generation library.
Converting Dates to Words in C#
8/29/2023 10:02:10 AM.
In this article, I'd therefore like to present a simple program which does all this.
Datatable To PDF In C#
8/28/2023 11:22:34 AM.
In this article, I have explained how to convert a DataTable into PDF using C# and iTextSharp.Converting a DataTable to a PDF in C# involves generating a PDF document that represents the data stored i
Converting Numbers to Words in C#
8/28/2023 10:02:00 AM.
This article shows how to convert a number to words.
Converting Cardinal Numbers to Ordinal using C#
8/28/2023 9:55:25 AM.
A problem which often arises in practice is how to convert a cardinal number to its ordinal equivalent.
Using SuperConvert.Abstraction NuGet Library for Data Conversion
8/23/2023 5:25:32 AM.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such
Convert String into Array in JavaScript
8/21/2023 8:54:50 AM.
Efficiently transform strings into arrays in JavaScript. Explore split() method, custom delimiters, and JSON conversion.
How to Convert DataTable to JSON in ASP.NET Web API
8/21/2023 5:01:44 AM.
This article will show you how to convert a DataTable to a JSON string in an ASP.NET Web API. You can use this technique to return data from your Web API in a format that is easy for clients to consum
Import Data to Excel, Insert a Chart and Convert Excel to PDF
8/20/2023 3:19:17 PM.
This article shows how to import data to Excel, insert a chart and convert Excel to PDF via two free libraries that don't require that Microsoft Excel be installed in your machine.
Convert Excel Data Into DataTable
8/8/2023 5:21:43 AM.
Learn to leverage the .NET Excel framework for effortless handling of Microsoft Excel files in your .NET applications. Discover conversion techniques, API integration, and practical implementation for
Convert Excel file using Spire.XLS
8/7/2023 10:06:19 AM.
This article explains Spire.XLS for creating, manipulating and converting Excel files to other formats.
Converting Strings to Numbers in C#
8/4/2023 6:59:07 AM.
In this article we learn about how to convert string to numbers in c#
Converting Integers to Characters in C#
8/1/2023 8:37:15 AM.
Explore methods to convert integers to characters in C#. Learn type casting, Convert.ToChar(), and char.ConvertFromUtf32() with examples.
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
Convert DataTable to List In C#
6/6/2023 9:00:47 AM.
This article shows 3 ways to convert a DataTable to a List in C#.
ng-init in Angular 15
6/6/2023 4:57:14 AM.
We have mostly facing this issue while migrating from AngularJS to higher version, since angular higher version does not support ng-init we can using directive achcieve that,
Convert string to JSON in C#
6/6/2023 4:40:06 AM.
Code example of how to convert string to JSON in C#
Convert a JSON object into a string in C#
6/3/2023 4:32:06 PM.
Code example of how to convert an object into a JSON string in C#.
Convert Word File to PDF Using C# dLL
5/3/2023 9:28:19 AM.
This article shows how to convert a Word file to a PDF using C#.
How To Convert Traffic Into Customer Using Website
3/29/2023 5:18:37 AM.
In this article, you will learn how to convert traffic into customer using a website.
The Ultimate Guide to Converting Strings to Numbers in JavaScript
3/22/2023 1:15:13 AM.
Looking to convert strings to numbers in JavaScript? Our comprehensive guide covers various methods, including type coercion, parseInt, and more! Perfect for software developers.
Converting Image To Base64 In Python
3/16/2023 10:32:39 AM.
In this article, you will learn how to convert image to base64 in python.
Convert Excel To Data Table In ASP.NET Core Using EP Plus
3/13/2023 10:28:36 AM.
In this article, we are going to talk about how you can convert excel to DataTable using the EPPlus package in Asp.Net Core MVC application. You can also use this method in any .Net project not only .
Convert Bytes To KB, MB In C#
3/3/2023 5:27:34 AM.
C# FileInfo.Length returns the size of a file in bytes. This method coverts file size in bytes into KB, MB, GB, TB, or PB.
Convert PHP Array to String
3/2/2023 4:54:47 AM.
This code explains how to convert an array into a string in PHP.
Convert MP4 To MP3 Using Python
3/1/2023 11:00:02 AM.
If you are struggling to find a free tool to convert your mp4 to mp3, then this is the right article for you.
Examples Of DATE/DATETIME Conversion
2/28/2023 4:11:34 AM.
Basic considerations and examples of DATETIME, DATE and TIME data types.
String To DateTime Conversion In C#
2/27/2023 10:49:45 AM.
C# convert string to datetime. Learn how to convert a string to datetime in C#. There are several common methods including Convert.ToDateTime, DateTime.Parse, and DateTime.ParseExact to convert a stri
Convert Comma-Separated Numbers Into Comma-Separated Weekday Name in SQL
2/24/2023 8:34:12 AM.
Today I was given a task to convert comma-separated numbers into comma-separated weekday names in SQL.
Convert SQL Server Data to JSON
2/22/2023 6:32:15 AM.
Learn how to Convert SQL Server Data to JSON using JSON PATH clause.
Convert File to Byte Array In C#
2/21/2023 8:11:12 PM.
In this article, let us see how to convert a file content to a byte array and restore the original content from the byte array and display it in its original file format such as pdf, doc, xls, rtf, jp
How do I Convert a String to an Enum Value?
2/21/2023 2:28:34 PM.
In this How do I, you will learn how to convert a string to an enum value in C#.
Convert an Enum to a String in C#
2/21/2023 12:24:48 PM.
This code example shows how to convert an enum to a string in C#.
Convert char array to string in C#
2/21/2023 12:22:11 PM.
How to Convert char array to string using C#. The string class constructor takes an array of characters to create a new string from an array of characters.
How to Convert String To Byte Array in C#
2/21/2023 12:17:55 PM.
The Encoding.GetBytes() method converts a string into a byte array in C#. This article includes a code example of how to convert a C# string into a byte array.
How To Convert a List to a String in C#
2/9/2023 9:23:39 AM.
This article for beginners who want to learn, how to convert list of strings into a single string.
Convert Byte Array To String In C#
2/9/2023 8:10:49 AM.
Learn to convert a C# byte array to a string in C# and .NET Core. Code example included.
How to Bind an Enum to a ComboBox in C#
2/8/2023 1:24:27 PM.
The following code snippet shows how to bind an enumeration to a ComboBox in WPF or Windows Forms using C#.
Convert An Image To Grayscale Using Python
2/7/2023 10:32:52 AM.
This article explains about converting a given image to grayscale image using Python.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download