Winston
Well-known member
Hi guys im really not understanding whats the need of doing casting, whats the point of it :S i dont get it, and whats the difference between CType and Direct casting, and what happens if you dont do any casting.
Dim wr As HttpWebRequest = DirectCast(WebRequest.Create("Http://"), HttpWebRequest)