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;
true if value is of type TypeCode.DBNull; otherwise, false.
Convert Members
© 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