2017-06-28
1.0.0
Dmitry Lubenskiy
All
.NET
Plug-ins
[Overview]
This extension is a helper for work with Object type. If you work with Object type in Outsystems Service Studio, then you cannot check if your object variable is Null.
[Detail]
The extension has method:
bool IsNull (Object obj);
It checks if a provided object is Null.
The extension is created in order to help Outsystems developers to check if a reference type object is null.