All Visual Basic extension methods for type object
-
ToDbl
Handling null values for obejct
-
In
Is Object in list
-
Self
Provides 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.
-
As
A wrapper for DirectCast function.
-
ToXMLRPCStruct
This 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
-
NewIfNull
Shortcut to create an object if it's null