Thursday, 1 March 2012

split the value of the variable

 string[] DynamicFilePathNameArray = FileName.Split('.');
 string DynamicFilePathName = DynamicFilePathNameArray[0]+".txt";

No comments:

Post a Comment