Vidyalelo
C# Programming · Q44

Arrays and Strings in C Sharp

Programming · C# Programming · question 44

Q44

In C#, which method is used to split a string into substrings based on a specified delimiter?

A.
Separate()
B.
Split()
Answer
C.
Divide()
D.
None of the above

Answer: Option B

Solution

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