<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Casting and Converting in Visual Basic</title><link>http://msmvps.com/blogs/kathleen/archive/2008/07/22/casting-and-converting-in-visual-basic.aspx</link><description>When I wrote the “What a C# Coder Should Know Before They Write in VB” post, I had a log of feedback and conversations around conversions and casting. There are a number of casting and conversion operators in Visual Basic including three general purpose</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Casting and Converting in Visual Basic</title><link>http://msmvps.com/blogs/kathleen/archive/2008/07/22/casting-and-converting-in-visual-basic.aspx#1641866</link><pubDate>Wed, 23 Jul 2008 11:05:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1641866</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;&amp;gt; The C# parentheses style cast does an implicit widening cast&lt;/p&gt;
&lt;p&gt;No, it does not - it does an explicit widening cast, by definition (since the cast is explicit in the code!).&lt;/p&gt;
&lt;p&gt;What you probably meant there is that C# cast operator does both proper casts, and value conversions.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1641866" width="1" height="1"&gt;</description></item></channel></rss>