By Team Escalera on 10-Oct-2017 03:37 PM
Arrays of characters is a good example to explain Strings in C#. But actually Strings are Objects in C#.
While declaring a string variable, an object of type “String” is instantiated.
Various useful properties and methods are supported by String objects.
Some examples are given below:
Length –