ComponentOne FlexReport for WinForms
IsNull Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : IsNull Method
Value to test.
Returns a value indicating whether a value is null or System.DBNull.
Syntax
'Declaration
 
Public Shared Function IsNull( _
   ByVal v As System.Object _
) As System.Boolean
public static System.bool IsNull( 
   System.object v
)

Parameters

v
Value to test.

Return Value

Returns true if v is null or System.DBNull, false otherwise.
See Also

Reference

Utils Class
Utils Members