4
Answers

query about string functions in C#

Photo of nagendra prasad

nagendra prasad

10y
1.1k
1
Hiiiiiiii 
           i need the first characters of the string that is
ex:string str="testfolder/files/nagendra";
from the above string i need characters before first slash,that is "testfolder" 

Answers (4)