<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/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>as string ?? string.Empty</title><link>https://www.dotnetzone.gr:443/cs/blogs/palladin/archive/2006/09/27/17363.aspx</link><description>Θέλουμε να κάνουμε cast σε string και εάν απλά δεν γίνετε τότε να αναθέσουμε string.Empty. Ok λοιπόν object value = 123; string valueString = value as string ?? string .Empty; Assert.AreEqual( string .Empty, valueString);</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: as string ?? string.Empty</title><link>https://www.dotnetzone.gr:443/cs/blogs/palladin/archive/2006/09/27/17363.aspx#17934</link><pubDate>Wed, 04 Oct 2006 23:09:53 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:17934</guid><dc:creator>Dimitris Papadimitriou</dc:creator><description>Κάτι αντίστοιχο σε vb.net;</description></item></channel></rss>