I have this code. I am trying to retrieve just the text "first program". Considering that i know the index say 25 and total length of string is 35.
string text="Hello world ! This is my first program";
Response.Write(text.SubString(25,35));
But i get the error during runtime "System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…