/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





In my previous blog post I demonstrated how to add and IsNothing extension method to the .NET Framework Object class. Here's another extension method I regularly use:  IsInteger for the .NET Framework String class: <Extension()> _ Public Function IsInteger(ByVal argument As String) As Boolean Return Integer.TryParse(argument, Nothing) End Function dp.SyntaxHighlighter.ClipboardSwf = '/dp.SyntaxHighlighter/Scripts/clipboard.swf' dp.SyntaxHighlighter.Highligh ... [ read more ]
In my previous blog post I demonstrated how to add and IsNothing extension method to the .NET Framework Object class. Here's another extension method I regularly use:  IsInteger for the .NET Framework String class: <Extension()> _ Public Function IsInteger(ByVal argument As String) As Boolean Return Integer.TryParse(argument, Nothing) End Function dp.SyntaxHighlighter.ClipboardSwf = '/dp.SyntaxHighlighter/Scripts/clipboard.swf' dp.SyntaxHighlighter.Highligh ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC