Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x] | String handling [x] | Text Conversion [x]
Technical Blog 13 May 2013   license: CPOL
Handling larger JSON string values in .NET.
General Programming » String Handling » Text Conversion
Technical Blog 26 Feb 2013   license: CPOL
I created an extension method that allows my program to find all of a control's parents' names. It returns a string separated overrideable delimiter (::).  This code is targeted for .NET 4 Client, but should also work in .NET 3.5.Module WinformControlExtensions  '''   ''' Find all of the control's
General Programming » String Handling » Text Conversion
Technical Blog 12 Feb 2013   license: CPOL
Code to convert/format numeric value to alpha value in M3.
General Programming » String Handling » Text Conversion
Technical Blog 28 Dec 2012   license: CPOL
I wrote the following two functions with the purpose of compressing / decompressing string values within a Delphi application.
General Programming » String Handling » Text Conversion
Tip/Trick 14 Nov 2012   license: CPOL
Convert RTF TO HTML
General Programming » String Handling » Text Conversion
Technical Blog 2 May 2012   license: CPOL
Today I faced one issue with Enum.TryParse or Enum.Parse method. I was trying to parse string value to Enum but Enum.TryParse/Enum.Parse method was giving always true value for string which is not member of enum. public enum FieldAccessType { ReadOnly = 1, Add = 2, Modify = 4, AddModify = 6 } I want
General Programming » String Handling » Text Conversion
Technical Blog 5 Nov 2011   license: LGPL3
String to Integer conversion Internals
General Programming » String Handling » Text Conversion
Article 17 Aug 2011   license: CPOL
Introduces a fast and type-safe parameter rendering library (type-safe printf)
General Programming » String Handling » Text Conversion
Technical Blog 3 Aug 2011   license: Apache
String formatting made easy for .NET
General Programming » String Handling » Text Conversion
Article 16 Dec 2010   license: CPOL
Overcoming limitations of: Enhanced String Handling
General Programming » String Handling » Text Conversion
Article 4 Dec 2010   license: CPOL
Convert strings to their strong typed counterpart with String.ConvertTo().
General Programming » String Handling » Text Conversion
Technical Blog 12 Jul 2010   license: CPOL
I recently needed a way to replace accented characters with simple English ones to allow more readable friendly urls. I'm sure there are plenty of Danes out there who are sick of seeing their language butchered by UrlEncode... 
General Programming » String Handling » Text Conversion
Article 14 Jan 2010   license: CPOL
A quick and easy solution to produce excellent HTML from RTF without parsing
General Programming » String Handling » Text Conversion
Technical Blog 23 Dec 2009   license: CPOL
A little known but shockingly useful feature of Excel is that you can stick strings together using the & operator in formulaeMy wife asked me how to make a column which has only the month and year from a date column in it.
General Programming » String Handling » Text Conversion
Article 15 Jun 2009   license: MPL
Implementation of IFormatProvider interface allowing to format "dirty-data" phone numbers into uniformed string
General Programming » String Handling » Text Conversion
Article 31 Mar 2009   license: CPOL
To format a string into currency without the dependency of VB6
General Programming » String Handling » Text Conversion
Article 19 Aug 2007   license: CPOL
Converts a string to any format you want!!!
General Programming » String Handling » Text Conversion
Article 19 Jan 2007   license: CPOL
Convert an integer to its textual description
General Programming » String Handling » Text Conversion
Article 21 Sep 2006   license: N/A
A class for longitude and latitude values so as to parse the string to render a double, or format a double into a string.
General Programming » String Handling » Text Conversion
Article 13 Jun 2006   license: CPOL
Convert ASCII text to binary and back.
General Programming » String Handling » Text Conversion
Article 12 Oct 2005   license: N/A
An article on converting CStrings to chars without data loss.
General Programming » String Handling » Text Conversion
Article 19 Jun 2004   license: N/A
A simple tool that converts ANSI string to Unicode using a code page you select.
General Programming » String Handling » Text Conversion
Article 23 Feb 2004   license: N/A
Benchmarks on various conversion technqiues, commentary, and some custom conversion functions.
General Programming » String Handling » Text Conversion
Article 22 Oct 2003   license: N/A
How to Encode and Decode Text to/from UTF-8
General Programming » String Handling » Text Conversion
Article 21 Aug 2003   license: N/A
An article on converting to/from C strings and various VB BSTR string types
General Programming » String Handling » Text Conversion
Article 4 Aug 2002   license: CPOL
A DLL to convert Float and datetime to Vietnamese textual string
General Programming » String Handling » Text Conversion
Article 25 Jun 2002   license: CPOL
An easy-to-use function that provides locale-correct comma-formatting of numbers
General Programming » String Handling » Text Conversion
Article 25 Jun 2001   license: N/A
Convert string using URLEncode method
General Programming » String Handling » Text Conversion
Article 13 Jun 2001   license: N/A
An article on how to decode Base64 and Quoted-Printable text without using MFC.
General Programming » String Handling » Text Conversion
Article 15 Jan 2001   license: N/A
Convert a string containing a hex value to an integer
General Programming » String Handling » Text Conversion

Page 1 of 1


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid