N
noopathan
I have two strings as below
string A = "102030405060.wldep.1251.jpg";
string B= "102030405060.wldep.1251.pdf";
I want the word after last dot in other two strings
i.e;
string C = "jpg";
string D="pdf";
Early code help is greatly appreciated.
regards
Jango
string A = "102030405060.wldep.1251.jpg";
string B= "102030405060.wldep.1251.pdf";
I want the word after last dot in other two strings
i.e;
string C = "jpg";
string D="pdf";
Early code help is greatly appreciated.
regards
Jango