What are the string functions in c#?



What are the string functions in c#?..

Answer / Chandra Shekher

C# provides a rich set of string functions for various operations such as length, indexOf, Substring, Concat, Replace, Split, ToUpper, Tolower, Trim and many more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What Is A Multicast Delegate?

1 Answers   Siebel Systems,


What is console application with example?

1 Answers  


What is .cshtml file?

1 Answers  


How many types of inheritance are there in c#?

1 Answers  


Is a c# interface the same as a c++ abstract class?

1 Answers  


What is the difference between firstordefault and first?

1 Answers  


What is difference between private, protected, and public in C#?

1 Answers   B-Ways TecnoSoft,


coding for delegates?

3 Answers   Tech Mahindra,


Can you instantiate an abstract class c#?

1 Answers  


What is difference between array and collection?

1 Answers  


What are custom exceptions? Why do we need them?

1 Answers  


Can you declare the override method static while the original method is non-static?

3 Answers  


Categories