Multiple Choice
The ____________ method returns true if the string object starts with the substring, or false otherwise.
A) Contains
B) TrimStart
C) StartsWith
D) IndexOf
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Assuming that cat1 and cat2 are both
Q16: A string within a string is called
Q17: C# allows you to access the individual
Q18: String subscripts must be at least 0,
Q19: The char data type provides a single
Q21: Methods for modifying strings do not actually
Q22: Look at the following code sample: struct
Q23: Before you can use a structure to
Q24: When the data in a spreadsheet is
Q25: Which one of the character testing methods