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 conversion
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 (4)
Manpreet Singh (4)
Shakti Saxena (3)
Gaurav Katara (2)
Sanjay Kumar (2)
Jitendra Mesavaniya (2)
Vithal Wadje (2)
C# Curator (2)
Richa Garg (2)
Rajesh VS (2)
Emiliano Musso (2)
Sangeetha S (2)
Dhanush M (2)
Hemant Jindal (2)
Željko Perić (1)
Geo J Thachankary (1)
Nandan Hegde (1)
Vishal Yelve (1)
Ammar Shaukat (1)
Raj Kumar (1)
Mayur Dighe (1)
Salman Beg (1)
Jefferson S. Motta (1)
Amit Patel (1)
G Gnana Arun Ganesh (1)
Ankeet Dange (1)
Ali Benchaaban (1)
Mohomed Shihan (1)
Jignesh Kumar (1)
Keyur (1)
Ajay Kumar (1)
Krishna Garad (1)
Ehsan Sajjad (1)
Manish Sharma (1)
Chandani Prajapati (1)
Esamaldin Mohammed (1)
Chris Love (1)
Teddy Kurian (1)
Parthiban Selvaraj (1)
Manas Mohapatra (1)
Rahul Bansal (1)
Ehtesham Mehmood (1)
Rajesh Charagandla (1)
Scott Lysle (1)
Suhil Srinivas (1)
Mohamed Hasan (1)
Jay Pankhaniya (1)
Cinchoo Framework (1)
Venkatasubbarao Polisetty (1)
Sharad Gupta (1)
Sachin Kalia (1)
Sanjay Makwana (1)
Christophe Marcel (1)
Navaneeth Krishnan (1)
Ankit Bansal (1)
Vijayakumar S (1)
Abubackkar Shithik (1)
Pankaj Kumar Choudhary (1)
Vikas Mishra (1)
Marcus (1)
Monica Rathbun (1)
Munir Shaikh (1)
Sandeep Kumar Parsam (1)
Priyaranjan K S (1)
Rupali Shinde (1)
Vinodh Narayanan (1)
Vipul Malhotra (1)
Sandeep Singh Shekhawat (1)
Rajeesh Menoth (1)
Sri Rama Phani Bhushan (1)
Sekhar Srinivas (1)
Harpreet Singh (1)
Vikram Chaudhary (1)
Vipin Tyagi (1)
Selva Ganapathy (1)
Bechir Bejaoui (1)
Abhishek Jaiswal (1)
Jignesh Trivedi (1)
Vijai Anand Ramalingam (1)
Rohatash Kumar (1)
Satya Prakash (1)
Related resources for conversion
No resource found
Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class
10/22/2024 10:04:42 AM.
This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and pract
POCO to Dictionary Conversion Techniques in C#
9/16/2024 5:02:08 AM.
This article explores five methods for converting a C# POCO to a dictionary using reflection, LINQ, JSON libraries, and ExpandoObject, comparing their performance through Benchmark.NET to find the bes
Automated Way for PBIX to PBIP File Conversion
9/4/2024 6:06:27 AM.
To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<
Understanding Adapter Design Pattern
8/16/2024 7:15:32 AM.
The Adapter Design Pattern is a structural pattern that allows incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting the interface of a class
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
Creating PDF From HTML Using JSPDF
6/7/2024 10:42:04 AM.
Learn how to create PDFs from HTML using the jsPDF library in this comprehensive guide. Discover the step-by-step process to convert your HTML content into a PDF document effortlessly with JavaScript.
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
Export Div Content To PDF Using ITextSharp
5/31/2024 11:51:54 AM.
This guide demonstrates exporting HTML content within a div to PDF using iTextSharp in an ASP.NET application. Utilize the provided code to seamlessly convert div content to PDF documents, enhancing t
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.
Difference Between "is" And "as" Operator in C#
5/31/2024 4:38:54 AM.
The is and as operators in C# have distinct behaviors and serve different purposes. The is operator is used for type checking, while the as operator is used for casting.
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
Data Conversion in C#/.NET: List to DataTable and Vice Versa
4/29/2024 8:15:57 AM.
In C#/.NET, converting data from one format to another, such as from a list of custom objects to a DataTable, is a frequent requirement. In this article, we'll explore efficient techniques for con
Conversion from Object to JSON by Json.NET
4/22/2024 8:15:13 AM.
Explore seamless conversion of objects to JSON using Json.NET, a popular library in C#. Learn efficient serialization techniques, data transformation strategies, and harness the power of .NET developm
Introduction to Web Service with Example in ASP.NET
4/11/2024 10:53:13 AM.
Explore creating web services in ASP.Net for code reuse across multiple applications. Understand web method attributes, platform independence, and date conversion functionalities. Examples demonstrate
Understanding C# Data Types
4/8/2024 11:24:28 AM.
Understanding C# Data Types is essential for programming in C#. It involves grasping primitive types like integers, floating-point numbers, booleans, and characters, as well as complex types like stri
Boxing and Unboxing in C#
3/28/2024 10:40:41 AM.
In this article, we will learn Boxing and unboxing in C# allow conversion from value types to reference types and vice versa. This article explains boxing and unboxing in C#.
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
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,
How to Import Azure Wiki Contents into a JSON File
2/13/2024 10:05:55 AM.
In today’s digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. However, there are situations when you might need to expor
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 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.
What is Type Conversion in C#?
10/31/2023 5:18:34 AM.
This article on type conversion in C# is comprehensive and informative. It effectively covers the fundamental concepts of type conversion, including implicit and explicit conversions, common conversio
Create Flash From Power-Point In C#
10/25/2023 10:08:38 AM.
Creating Flash animations from PowerPoint presentations in C# involves utilizing libraries like Aspose.Slides, which provides a comprehensive set of features for working with PowerPoint files programm
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.
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
Mapping ViewModel To Model Using Implicit Conversion Operator In C#
9/18/2023 9:08:46 AM.
Mapping a ViewModel to a Model in C# using an implicit conversion operator is a technique used to simplify the process of transferring data between these two related classes. ViewModels are typically
Some Useful and Important Concepts of C#
9/11/2023 7:11:12 AM.
In this article I have explained some important concepts related to the C# language such as Implicit & Explicit type conversion, Boxing and UnBoxing of data types, static and nonstatic methods an
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.
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
CLS: Enhancing User Satisfaction and Conversion Rates on Your Website
6/24/2023 12:09:57 PM.
Discover how addressing Cumulative Layout Shift (CLS) improves user satisfaction and boosts conversion rates. Learn effective strategies to optimize web performance.
Pointers In C#
6/6/2023 9:14:32 AM.
C# Pointer is a variable that holds memory address of another type. In this article, learn how to implement pointers in C#. Here you will learn how to define C# Pointers.
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#.
Conversion Functions Using SQL Query in SQL Server
3/6/2023 5:52:11 AM.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
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
Combining More Than One Rows Into a Single Row in SQL Server 2005
2/3/2023 8:22:33 AM.
In this article, I will explain how to merge multiple rows into a single row using SQL 2005.
Variable Type Conversion In Automation Anywhere
9/22/2022 6:17:28 AM.
In this article, you will learn about Variable Type Conversion in Automation Anywhere.
Basic C# Programming Problem and Solutions: Part 1
9/15/2022 6:54:03 AM.
This article is for the beginners who have just begun programming in the C# language with solutions for all the basic problems of the C# programming.
Convert Long to Short File Names in C#
8/31/2022 9:46:32 AM.
Here in this article is very simple code for short to long and long to short file names conversion.
Image Conversion Utility in C#
4/6/2022 11:33:07 AM.
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Text-to-Speech Conversion in C#
4/5/2022 12:01:42 PM.
This article provides some elementary information about how to perform text to speech conversion using the speech SDK 5.1.
ParseInt In JavaScript
3/11/2022 3:15:53 PM.
In this article, you will learn about ParseInt in JavaScript.
Covariance And Contravariance in C#
2/23/2022 10:10:45 AM.
In this article I will give an overview of Covariance and Contravariance.
C# DateTime Conversion With Specific TimeZone
1/20/2022 4:21:51 PM.
Here, in this article we have shared some functions which works with the dynamic time. in short the application will work as per your device timezone.
How to Convert String Representation Number To Integer In C#
12/30/2021 4:36:07 AM.
C# per-define functions using string representation number to integer conversion.
Cinchoo ETL - Converting JSON To CSV File
11/2/2021 3:21:42 PM.
In this article, you will learn a quick tutorial about converting JSON to CSV file using Cinchoo ETL.
Quick Conversion From UTC To IST
7/30/2021 2:21:53 PM.
Power Automate, functions place an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow.
String Formatting in PHP
7/1/2021 10:16:11 AM.
In this article you learn one of the PHP formatting functions, printf().
Conversion Helpers in MVC Razor: Validating Posted Data
5/26/2021 9:49:23 AM.
This article describes Conversation Helpers in MVC Razor and explains how to validate posted data.
How To Display Value Of Date Time Column In SPFx Web Part
2/1/2021 4:04:38 PM.
In this article, we will learn how we should display the value of the date-time column in SPFx web parts.
TranslateSQL
10/28/2020 3:12:57 AM.
TranslateSQL is a utility for generating SQL-Server SQL scripts based on an existing Oracle schema, in essence 'translating' Oracle schemas into SQL-Server databases.
Implement Kendo Upload And Convert Excel Data To JSON
8/24/2020 7:28:08 AM.
In this article, you will learn how to implement Kendo Upload and Convert Excel Data to JSON.
Converting the Disk Partition From MBR to GPT Using the Command Prompt
5/12/2020 2:11:48 PM.
In this article, we will discuss converting the disk partition from MBR to GPT using the Command Prompt.
Data Type Conversion and IsNaN() Function in JavaScript
5/4/2020 4:04:39 PM.
This article explains Data Type Conversion and the isNaN() function in JavaScript.
Converting an Image into Oil Painting Using Actions in Photoshop🖌️🖌️
4/20/2020 7:53:18 PM.
In this article, we will discuss converting an image into an oil painting using actions in Photoshop.
Type Conversions in JavaScript
4/12/2020 8:25:44 PM.
In this article, you will learn about type Conversions (or) casting in JavaScript and its types.
Create Text To Speech Conversion Android Application Using Android Studio
2/26/2020 5:44:56 AM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a text to speech conversion Android application using Android studio.
Type Conversion In Python
2/14/2020 12:30:22 AM.
In this article, we will read about different data type conversions supported in Python
Python Data Types
1/30/2020 1:17:52 AM.
In this article we will learn the data types in python.
TTF/OTF Conversion in CSS
1/8/2020 10:51:02 PM.
This articles explains how to convert a TTF and an OTF to a Webfont and its use in CSS.
Working with the BigDecimal class in JAVA
9/10/2019 5:20:48 AM.
The BigDecimal class is used to manipulate and round floating point numbers. It helps the programmer to obtain accurate decimal results in business applications requiring a higher degree of accuracy.
Core Java: Type Casting And Type Conversion
9/10/2019 3:39:48 AM.
Type casting and conversion is a basic concept in core Java that Java newcomers should consider to be as important as having breakfast. This article demonstrates how type conversions take place in Jav
String Algorithm - Validating If String Conversion Requires More Than One Edits
9/3/2019 11:53:07 PM.
This article describes the algorithm to validate how many edits are required to convert one string into another string
String Encoding/Decoding and Conversions in C#
6/2/2019 6:29:24 AM.
In this article, I will explain C# String Encoding/Decoding and Conversions in C#.
What Is Implicit Conversion In SQL Server
4/22/2019 12:56:20 AM.
In this article, you will learn what implicit conversion is in SQL Server and how it works.
Type Conversions In C#
2/14/2019 8:22:00 AM.
Type conversion is a process of converting one type into another. Using C# type conversion techniques, not only can you convert data types, you can also convert object types.
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.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part Three
11/29/2018 2:55:04 AM.
In this article, we will see how to configure document conversions in SharePoint 2013 Central Administration. This configuration will help to convert file types like InfoPath form to the Web page or W
What Is Embeddinator-4000
11/18/2017 8:14:20 AM.
Learn and download Embeddinator-4000
Implementation Of Currency Conversion In NINTEX Forms
5/9/2017 1:45:52 AM.
In this article, you will learn about the implementation of currency conversion In NINTEX Forms.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part Four
3/24/2017 10:23:34 AM.
How To configure document conversions In SharePoint 2013 Central Administration.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part Two
3/22/2017 3:13:14 PM.
In this article, we will see how to configure document conversions in SharePoint 2013 Central Admin.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part One
3/21/2017 3:46:12 PM.
In this article, we will see how to configure document conversions in SharePoint 2013 Central Admin.
Implement Document Conversion Jobs In SharePoint Server 2016 Using Nintex Workflows
11/29/2016 6:21:46 PM.
In this article, you will learn to implement document conversion jobs in SharePoint Server 2016, using Nintex Workflows.
Data Conversion Transformation In SQL Server Integration Service (SSIS)
2/9/2016 3:00:45 PM.
In this article you will learn about data conversion transformation in SQL Server Integration Service (SSIS).
SharePoint 2013 Design Manager - HTML To Master Page Conversion
10/6/2015 2:01:00 PM.
In this article, you will learn how to use SharePoint 2013 Design Manager to create master page from html page.
Implicit And Explicit Conversions In C#
9/30/2015 4:43:33 AM.
In this article you will learn how readability of code can be improved with implicit and explicit operators.
Introduction To Type Casting In C#
9/25/2015 4:51:08 AM.
In this article we will learn type casting and converting in C#. Some operators will also be discussed.
Document Conversion Service in SharePoint 2013
8/7/2015 3:32:00 PM.
This article explains the Document Conversion Service in SharePoint 2013.
Convert PDF to Word Using C#
7/13/2015 2:42:07 PM.
This article shows how to how to read a PDF file and then convert it to Word format.
Get a Conversion Rate From One Currency to Another Currency
7/10/2015 5:43:46 AM.
Here we are developing a web application that is used for getting a conversion rate for converting from one currency to another currency. For developing this application we need a web service to find the current conversion rate of currencies.
Convert PDF to Other Format Using Spire.PDF
6/25/2015 10:10:41 AM.
This article shows how to convert a PDF using Spire.PDF.
How to Convert Format of a Video File
5/18/2015 1:00:26 PM.
This article explains how to convert one video format file into another video format.
Text to speech application using C#
5/4/2015 1:35:51 AM.
In this Video we will be learning how to use Text To Speech Conversion using C# and also Record the Text content to Voice ( Wave ) File.
Conversion Operators in LINQ
4/30/2015 4:09:34 PM.
This article explains the Conversion Operators in LINQ.
Convert CSV File to XML With DataTable
4/22/2015 2:50:05 AM.
In this short article, we'll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
Conversion Between Types in C#
3/22/2015 4:15:26 PM.
The article describes the type conversion as well as the compile time and run time errors in C# programming.
Excel to XML Conversion in Visual Studio
2/2/2015 9:03:29 PM.
In this article you will learn how to convert an Excel data to XML in Visual Studio.
Learn Important WPF (XAML) Concepts in 15 Minutes
12/10/2014 5:48:50 PM.
I prepared this content to teach WPF (XAML) easily and quickly.
Converting Numbers To String Using ASP.NET
10/3/2014 6:18:39 AM.
In this article I will explain how to convert any number into a string within a sample application
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.
Type Conversion in C#
3/30/2014 11:16:59 AM.
This article explains one of the most important concepts of programming languages, Type Conversion, and how to do it effectively in our work.
New Conversion Function in SQL Server 2012
10/3/2013 5:32:35 PM.
SQL Server 2012 introduced the four new conversion functions: TRY_CAST, TRY_CONVERT, PARSE and TRY_PARSE.
How to Configure PowerPoint Automation Service Application in SharePoint 2013
9/20/2013 2:18:29 PM.
In this article you will see how to configure a PowerPoint Automation Service Application in SharePoint 2013.
New Parse Conversion Function in SQL Server 2012
4/23/2013 8:39:55 PM.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
Octal to Binary Conversion in Windows Store App
2/22/2013 1:53:56 PM.
In this article I explain how to convert octal to binary number system in Windows Store App.