Q78
Which of these methods returns the string such that some characters which are specified to be removed from the end of strings are removed from string by mentioning the number of characters to be removed?
A.
Trim()
AnswerB.
Remove()
C.
TrimEnd()
D.
Split()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board