asp.net.ph

Convert.IsDBNull Method

System Namespace   Convert Class


Returns an indication whether the specified object is of type DBNull.

[ VB ]
Public Shared Function IsDBNull ( _
   ByVal value As Object _
) As Boolean

[ C# ]
public static bool IsDBNull (
   object value
);

[ C++ ]
public: static bool IsDBNull (
   Object* value
);

[ JScript ]
public static function IsDBNull (
   value : Object
) : Boolean;

Parameters

value
An object.

Return Value

true if value is of type TypeCode.DBNull; otherwise, false.

See Also

Convert Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph