Conversion from String to Double using C# By Malik | April 12, 2012 0 Comment Hi, Sometimes you may need to convert string to double using C#, see the following lines of code to see how you could do it. 🙂
A simple exception handling using C# By Malik | April 23, 2011 1 Comment Hi, See how a very simple exception handling works with try-catch methods using C#. Output- “You got the exception-> Attempted to divide by zero.” 🙂
Searching an array in C# – A simple example By Malik | April 17, 2011 0 Comment Hi, Want to see a simple example on how to search an array in c# ? See the following lines of code. Output-“Yahooo! Found it in Array!!!” 🙂