All Visual Basic extension methods for type object
- 
        ToDblHandling null values for obejct 
- 
        SelfProvides Self method for all classes. This is useful inside a With block (when you don't want to declare a variable which references the object you are working with) as it allows you to assign the newly instantiated object. Use this when instantiating objects to which you need a moment's reference. 
- 
        InIs Object in list 
- 
        AsA wrapper for DirectCast function. 
- 
        ToXMLRPCStructThis Extension Method is built to be used with XML-RPC.NET (http://www.xml-rpc.net/) Quick converting classes to lightwight xmlrpc structures. Correspondending structures are identified with attributes 
- 
        NewIfNullShortcut to create an object if it's null