65,938 articles
CodeProject is changing.
Read more
.
Everything / convert
Submit your article
Convert
convert
Great Reads
.
NET technique for converting large text files into XML structures intended for Android objects
by
Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
A generic equality comparer library which will work across types
by
shijo joseph
An extension methods library which could do the equality comparison operations easily
A Non-Regular to Simple Continued Fraction Converter & Calculator
by
Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-,
+,
*,
/
) can be done.
Amount to Words
by
NightWizzard
Convert amounts to their spoken equivalents
Latest Articles
.
NET technique for converting large text files into XML structures intended for Android objects
by
Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
A generic equality comparer library which will work across types
by
shijo joseph
An extension methods library which could do the equality comparison operations easily
A Non-Regular to Simple Continued Fraction Converter & Calculator
by
Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-,
+,
*,
/
) can be done.
Amount to Words
by
NightWizzard
Convert amounts to their spoken equivalents
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
convert
.
NET technique for converting large text files into XML structures intended for Android objects
by
Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
A generic equality comparer library which will work across types
by
shijo joseph
An extension methods library which could do the equality comparison operations easily
C#-like Expression Evaluator and Type Converter
by
Alexei Shamov
Convert types,
parse and evaluate expressions in runtime,
in .
NET 2.
0
Colorspaces and Conversions
by
JBildstein
A library for colormodels and spaces,
correct color-conversions and color-difference calculation.
Converting Images to and from Base64Format
by
charles henington
Using System.
Convert namespace to convert between base64 and images
Create PDF from HTML using C#,
Nustache,
Mustache and Pechkin
by
Prabu ram
This article explains how to create a PDF file using C# object
Customized Casting With ObjectCaster
by
Yisrael Lax
Library that provides custom casting functionality from one type to another between properties with disparate names and types
Detect Encoding from ByteOrderMarks (BOM)
by
Mr.PoorEnglish
Avoid foot-traps while using StreamReader /
StreamWriter
Fourier Transform in Digital Signal Processing
by
Jakub Szymanowski
The article presents idea and implementation of Fourier Transform (DFT and FFT algorithms) in Digital Signal Processing.
From one number system to another
by
PIEBALDconsult
This is an alternative for "From one number system to another"
From one to another positional number system
by
Perić Željko
Developing and implementation of algorithm for converting number from one to another positional number system
How to do xHTML to xHTML Transformations for PDF Conversion Purposes in ASP.
NET.
by
Michael Simonov
The article discusses dynamic xHtml to xHtml XSL transformations for PDF output purposes.
How to replace recursive functions using stack and while-loop to avoid the stack-overflow
by
Chris La
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.
InfoIP a tool to find your WAN IP
by
cogi83
A SW to send your WAN IP and other info via email
Online Rich Text Editor with Download as Word Option
by
Nitin Kunte
Online Rich Text Editor with Mail Merge and download file as Word option
Type-safe (but generic) import of 'char' separated line based files into objects
by
Christian Vogt
An article on a generic approach for importing text based data into objects,
using Reflection.
Supports mass data processing,
filter,
advanced processing and converting,
and some other gimmicks.
VB6 C# VB Code Converter
by
NewPast
Converting codes Focus on upgrading VB6 to VB.
Net and converting C# VB.
Net,
and listing many other helpful converter including php,
java & others.
Web.
Config Update Microsoft.
ReportViewer.
WebForms,
Version=9.
0.
0.
0
by
ASP.NET Community
Web.
Config Convert WebFroms verison 8.
0.
0.
0 to WebFroms verison 9.
0.
0.
0 toSolution of 1) Close VS2) Delete all of Temporary Asp files on :(Window
Wrong usage of Javascript parseInt
by
ASP.NET Community
I have seen most of the developers using parseInt to convert a string to a number.
Here we need to understand that What does this parseInt will do,