Which Of These Methods Of Class String Is Used To Remove #899
Which of these methods of class String is used to remove leading and trailing whitespaces?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Miscellaneous Topics - String Formatting - Quiz No.2.
Which of these methods of class String is used to remove leading and trailing whitespaces?
startsWith()
TrimEnd()
Trim()
TrimStart()