Which Of These Methods Of Class String Is Used To Check Whether #896
Which of these methods of class String is used to check whether a given string starts with a particular substring or not?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Miscellaneous Topics - String Formatting - Quiz No.2.
Which of these methods of class String is used to check whether a given string starts with a particular substring or not?
StartsWith()
EndsWith()
Starts()
Ends()