StringHelper..::..IsNull Method

Determines whether this instance is null.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool IsNull(
	Object source
)

Parameters

source
Type: Object
The source.

Return Value

true if the specified source is null; otherwise, false.