Vidyalelo
C# Programming · Q99

Arrays and Strings in C Sharp

Programming · C# Programming · question 99

Q99

Which of these methods of class String is used to check whether a substring exists at the beginning of the particular string?

A.
StartsWith()
Answer
B.
EndsWith()
C.
Starts()
D.
ends()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board