hello sir, i have a string id somewhat like 1320305647. i want to know how to retreve the middle 3 characters 030 from the string.
This way
string s = "1320305647"; string n = s.Substring(3, 3);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.