emaduddeen
Well-known member
- Joined
- May 5, 2010
- Messages
- 171
- Location
- Lowell, MA & Occasionally Indonesia
- Programming Experience
- Beginner
Hi Everyone,
I have some .ToString questions.
I noticed that when I try to use this I don't get any "null" errors when processing values from a database.
Could you explain why using or not using .ToString make the difference?
Also is it always good to include .ToString and does it make the program execute slower?
Maybe there is a document that tells use the best time to use .ToString?
Thanks.
Truly,
Emad
I have some .ToString questions.
I noticed that when I try to use this I don't get any "null" errors when processing values from a database.
VB.NET:
strMyPhone = objParentsDataReader("Emergency Phone")).ToString
Could you explain why using or not using .ToString make the difference?
Also is it always good to include .ToString and does it make the program execute slower?
Maybe there is a document that tells use the best time to use .ToString?
Thanks.
Truly,
Emad