C Sharp Strings
C# Strings To represent a sequence of characters, strings are used in C#. It is an object of System.String class. Several operations like concatenation, comparison, getting substring, search, trim, replacement etc, can be performed on C# strings. Comparison between string and String: The string is an alias for System.String class. It is a keyword in … Read more