C Sharp (C#) - Strings and StringBuilder
Which of the following is the correct syntax to extract a substring starting at index 3 with length 5 from a string
text?text?Substring method signatureSubstring takes start index first, then length: Substring(int startIndex, int length).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions