About 403,000 results
Open links in new tab
  1. C# String (With Examples) - Programiz

    In C#, a string is a sequence of characters. In this tutorial, we will learn about C# string and its methods with the help of examples.

  2. C# Strings - GeeksforGeeks

    Mar 4, 2025 · In C#, a string is a sequence of Unicode characters or an array of characters. The range of Unicode characters will be U+0000 to U+FFFF. The array of characters is also …

  3. Strings - C# | Microsoft Learn

    Nov 22, 2024 · Learn about strings in C# programming. See information on declaring and initializing strings, the immutability of string objects, and string escape sequences.

  4. C# Strings - W3Schools

    A string in C# is actually an object, which contain properties and methods that can perform certain operations on strings. For example, the length of a string can be found with the Length …

  5. String in C# with Examples - Dot Net Tutorials

    In C#, the string is an object of the String class that represents a sequence of characters. We can perform many operations on strings such as concatenation, comparison, getting substring, …

  6. String in C# - A Complete Tutorial On C# Strings - C# Corner

    There are several ways to construct strings in C#. Create a string using a constructor. Create a string from a literal. Create a string using concatenation. Create a string using a property or a …

  7. C# String code example, .NET Core string tutorial - C# Corner

    Jan 6, 2025 · 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 …

  8. C# String Tutorial – String Methods With Code Examples

    Apr 1, 2025 · There are several methods present in the C# String class. In this tutorial, we will be discussing some of the most commonly used string methods in C#.

  9. C# String Programs - Sanfoundry

    The following section contains C# programs on strings, string operations such as join, compare, split, reverse, replace, padding, and transform operations. Every example program includes …

  10. Strings in C# – What‘s New, Explained with Code Examples

    In this article, I‘ll provide a comprehensive overview of C# string literals and string interpolation features to help you use strings effectively. Strings represent a large portion of data in most …

  11. Some results have been removed
Refresh