Convert MS word file to Image in .Net C# - by user297222 I want to convert Microsoft word into image file using .Net C#. also suggest any open source. Thanks for your help Read the article
find the numerical value exist in the Expression C# - by user297222 How do I find: string str="(120)(1500)x"; How to find out in the event that the string contains: string str1="()()X"; I then have to print: console.writeline("str1 doesnt contain a numerical"); Read the article