﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>String in C# Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from String in C#</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Export the value from dropdown list using C#</title><description>This is about when i select value from dropdown ,corresponding detail for the selected value export into MS WORD.
</description><link>http://www.c-sharpcorner.com/Blogs/9169/export-the-value-from-dropdown-list-using-C-Sharp.aspx</link><pubDate>May 11, 2012</pubDate><author>Arul R</author></item><item><title>Convert a string to Title Case in C#</title><description>There is no direct method like ToUpper(), ToLower() for Title Case. But using CultureInfo and  TextInfo classes we can do Title case of a string. </description><link>http://www.c-sharpcorner.com/Blogs/3558/convert-a-string-to-title-case-in-C-Sharp.aspx</link><pubDate>Sep 01, 2010</pubDate><author>Suthish Nair</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>Aug 22, 2010</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>Aug 22, 2010</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>Aug 21, 2010</pubDate><author>Mahesh Chand</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>Aug 21, 2010</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>Aug 21, 2010</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>Aug 21, 2010</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>Aug 21, 2010</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>Aug 21, 2010</pubDate><author>Mahesh Chand</author></item><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>Aug 21, 2010</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>May 23, 2010</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>Mar 29, 2010</pubDate><author>Mohammad Elsheimy</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>Feb 01, 2010</pubDate><author>Puran Mehra</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>Mar 17, 2008</pubDate><author>Mike Gold</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>Nov 19, 2004</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>Jun 11, 2003</pubDate><author>paul </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>Feb 05, 2003</pubDate><author>Mahesh Chand</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>Feb 05, 2003</pubDate><author>Mahesh Chand</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>Jan 13, 2003</pubDate><author>David Lloyd</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>Oct 01, 2002</pubDate><author>Mahesh Chand</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>Feb 05, 2002</pubDate><author>Mahesh Chand</author></item></channel></rss>