﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>String in C# Latest Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch latest articles from String in C#</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Compare Strings in C#</title><description>This code snippet shows how to trim strings in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/compare-strings-in-C-Sharp/</link><pubDate>8/21/2010 10:06:11 AM</pubDate><author>Mahesh Chand</author></item><item><title>Add, Remove, Replace Strings in C#</title><description>This code snippet shows how to add, remove and replace strings in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/add-remove-replace-strings-in-C-Sharp/</link><pubDate>8/21/2010 10:12:27 AM</pubDate><author>Mahesh Chand</author></item><item><title>Uppercase and Lowercase Strings in C#</title><description>This code snippet shows how to make a string uppercase and lowercase using String class methods.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/uppercase-and-lowercase-strings-in-C-Sharp/</link><pubDate>8/21/2010 10:14:40 AM</pubDate><author>Mahesh Chand</author></item><item><title>Format String in C#</title><description>This code snippet shows how to format strings in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/format-string-in-C-Sharp/</link><pubDate>8/21/2010 10:16:13 AM</pubDate><author>Mahesh Chand</author></item><item><title>Padding Strings in C#</title><description>This code snippet shows how to pad strings in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/padding-strings-in-C-Sharp/</link><pubDate>8/21/2010 10:19:27 AM</pubDate><author>Mahesh Chand</author></item><item><title>String in C#</title><description>This article discusses how to work with strings in C# and use the String class methods and properties to create and convert a string.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithStringsP111232005042550AM/WorkingWithStringsP1.aspx</link><pubDate>2/5/2003 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>strnicmp equivalent in C#</title><description>C# equivalent strnicmp function in C language.  It accepts two input strings along with the number of positions of chars to compare.  </description><link>http://www.c-sharpcorner.com/UploadFile/garysun/StrnCmpInCSGLS11242005071627AM/StrnCmpInCSGLS.aspx</link><pubDate>8/7/2001 12:00:00 AM</pubDate><author>gary sun</author></item><item><title>StringBuilder C#</title><description>In this article, I will explain you about the StringBuilder Class in C#.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/stringbuilder-class-in-C-Sharp/</link><pubDate>2/1/2010 10:36:40 PM</pubDate><author>Puran Mehra</author></item><item><title>Trim String in C#</title><description>This code snippet shows how to trim a string in C#.</description><link>http://www.c-sharpcorner.com/uploadfile/mahesh/trim-string-in-C-Sharp/default.aspx</link><pubDate>8/21/2010 10:18:11 AM</pubDate><author>Mahesh Chand</author></item><item><title>Substring in C#</title><description>How to get a substring from a string in C#. </description><link>http://www.c-sharpcorner.com/uploadfile/mahesh/substring-in-C-Sharp/default.aspx</link><pubDate>8/22/2010 11:35:54 AM</pubDate><author>Mahesh Chand</author></item><item><title>Split String in C#</title><description>How to split string in C#.</description><link>http://www.c-sharpcorner.com/uploadfile/mahesh/split-string-in-C-Sharp/default.aspx</link><pubDate>8/22/2010 11:22:35 AM</pubDate><author>Mahesh Chand</author></item><item><title>Copy and Concatenate String in C#</title><description>This code snippet shows how to copy and concatenate strings in C#.</description><link>http://www.c-sharpcorner.com/uploadfile/mahesh/copy-and-concatenate-string-in-C-Sharp/default.aspx</link><pubDate>8/21/2010 10:08:52 AM</pubDate><author>Mahesh Chand</author></item><item><title>StringCollection in C#</title><description>StringCollection class is a new addition to the .NET Framework class library that represents a collection of strings. In this article, we will discuss how to take advantages of its methods and properties to manage a collection of strings. </description><link>http://www.c-sharpcorner.com/uploadfile/mahesh/stringcollection-in-C-Sharp/default.aspx</link><pubDate>5/23/2010 9:18:00 PM</pubDate><author>Mahesh Chand</author></item><item><title>Working with Strings with Combining Characters</title><description>In this article we will see the working of strings with combining characters (like diacritics in Arabic).</description><link>http://www.c-sharpcorner.com/uploadfile/GemingLeader/working-with-strings-with-combining-characters/default.aspx</link><pubDate>3/29/2010 1:45:51 PM</pubDate><author>Mohammad Elsheimy</author></item><item><title>Strings in C# Part 2</title><description>This article discusses how to format, trim and pad strings using the String class. The article also covers the StringBuilder to effectively deal with string such as string concatenation, </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithStringsP211232005052223AM/WorkingWithStringsP2.aspx</link><pubDate>2/5/2003 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Extending The String Class</title><description>This article will show you a technique (new for C# 3.0) that allows you to extend the string class inside the .NET framwork to include your own string methods.</description><link>http://www.c-sharpcorner.com/uploadfile/mgold/extending-the-string-class/default.aspx</link><pubDate>3/17/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>StringBuilder and String Concatenation</title><description>String concatenation is one of the commonly used operations among programmers.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/StringBuilderComp11232005235258PM/StringBuilderComp.aspx</link><pubDate>10/1/2002 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Generating Random Number and String in C#</title><description>The Random class defined in the .NET Framework class library provides functionality to generate random numbers. This article shows you how you can use this class to generate random numbers and strings and even combination of both.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/RandomNumber11232005010428AM/RandomNumber.aspx</link><pubDate>11/19/2004 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Java Like StringTokenizer in C# </title><description>The StringTokenizer class is yet another implementation of a java-like StringTokenizer in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/pseabury/JavaLikeStringTokenizer11232005015829AM/JavaLikeStringTokenizer.aspx</link><pubDate>6/11/2003 12:00:00 AM</pubDate><author>paul '</author></item><item><title>C# Versions of Java's StringTokernizer</title><description>Here is another C# version of the Java StringTokenizer Class from the version posted August last year on your site. Given a string and a set of delimiters, the class return an enumeration of substrings based on the delimeters passed in.</description><link>http://www.c-sharpcorner.com/UploadFile/dlloyd/StringTokenizer11232005230711PM/StringTokenizer.aspx</link><pubDate>1/13/2003 12:00:00 AM</pubDate><author>David Lloyd</author></item><item><title>Super String in C#</title><description>Today I realized that I miss those Visual Basic/Visual C++ type operators.  You know the ones:  Left, Mid, Right.  </description><link>http://www.c-sharpcorner.com/UploadFile/mgold/SuperStringMG11262005000020AM/SuperStringMG.aspx</link><pubDate>8/20/2001 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Working with Strings in VB.NET</title><description>This article is VB.NET version of Working with Strings in .NET using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithStringsP311232005021723AM/WorkingWithStringsP3.aspx</link><pubDate>2/5/2002 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Verbatim String Literals</title><description>I used to wonder, if I could somehow represent "\" as "\" instead of the escape sequence for black slash ("\\") in string.</description><link>http://www.c-sharpcorner.com/UploadFile/harishankar2005/verbatim_literals11262005010742AM/verbatim_literals.aspx</link><pubDate>3/1/2001 12:00:00 AM</pubDate><author>Hari Shankar</author></item><item><title>Playing with Strings</title><description>This program explores the String class and its various methods. With this you will be able to initialize strings using different constructors and use them. To see how the methods of the 'String' class work, see the following code.</description><link>http://www.c-sharpcorner.com/UploadFile/sthangaraju/PlayingWithStringsST11242005045812AM/PlayingWithStringsST.aspx</link><pubDate>9/18/2001 12:00:00 AM</pubDate><author>S Thangaraju</author></item></channel></rss>