1
Answer

how to get a middle string value in split

i need to get value table.text in the filenmae variable that string
NOTE:  not fixed only dynamic
help 
 
string filename = "e:/Start/the/book/is/on/the/table.text";
string[] b = filename.Split('/');
 
Answers (1)