InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods of class String is used to extract a substring from a String object?(a) substring()(b) Substring()(c) SubString()(d) None of the mentionedThis question was posed to me in quiz.This interesting question is from String Formatting in section Miscellaneous topics of C# |
|
Answer» CORRECT choice is (B) Substring() The BEST explanation: NONE. |
|