What does the Split() method do when applied to a string in C#?
A. Converts the string to lowercase
B. Converts the string to uppercase
C. Splits the string into an array of substrings based on a delimiter
D. Concatenates the string with another string
Answer: Option C
Join The Discussion