<?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>IsNull in F#</title><link>https://www.dotnetzone.gr:443/cs/blogs/napoleon/archive/2010/07/29/isnull-in-f.aspx</link><description>A simple isNull for string functionality with Active Patterns 1 2 3 4 5 6 7 8 9 10 11 12 13 14 open System let (|Empty|Null|String|) (s: string ) = if s = null then Null elif s.Trim() |&amp;gt; String.IsNullOrEmpty then Empty else String (s.Trim()) let public</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator></channel></rss>