Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sandlen

  1. sandlen

    Beginner's Question on Conversion

    Thank you all for your time and your replies. I have a very good understanding now due to all of your perspectives.
  2. sandlen

    Beginner's Question on Conversion

    Learning C# through a book, and came upon these examples the author gave to convert a string value into an integer. These are: myInt = Convert.ToInt32("123"); myString = Convert.ToString(123); The problem is, the author didn't explain why & when I would choose to use one over the...

Part and Inventory Search

Back
Top