StringHelper
.
.
::
.
.
IsNull Method
Determines whether this instance is null.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
IsNull
(
Object
source
)
Parameters
source
Type:
Object
The source.
Return Value
true
if the specified source is null; otherwise,
false
.
See Also
StringHelper Class
Core Namespace