C# Strings
String class in .NET and C# represents strings. On this page, there is a list of code examples and tutorials related to strings in C#. Learn string concatenation, trim strings, replace strings, remove strings, and effective use of strings using StringBuilder class in C#.
Links
  • Sac S

    Useful Extension methods in C#

    Instead of writing our own logic each and every time in our code, we can simply write it in a class and use them using simply by 1 or two words. Like the specified extension methods.
    Sac S May 03, 2013