Multiple Choice
The string Split method is used to:
A) break a string into a character array
B) divide a string in half
C) break a string into individual characters
D) break a string into substrings, such that the substrings appear in the original string and are separated by at least one of the characters supplied
Correct Answer:

Verified
Correct Answer:
Verified
Q27: strings always know their size.
Q28: A lazy quantifier will return only the
Q29: If a method's arguments cause it to
Q30: The letter 'B' is greater than the
Q31: The proper way to convert a string
Q33: When passed a white space,method Trim can
Q34: In the declaration: string color = "blue";<br>A)
Q35: Exceeding the capacity of a StringBuilder causes
Q36: The asterisk (*)can be used to match
Q37: Method AppendFormat can be used to format