DBNull.IConvertible.ToUInt64 Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <CLSCompliant(False)> Private Function ToUInt64( _ ByVal provider As IFormatProvider _ ) As UInt64 Implements IConvertible.ToUInt64 [C#] [CLSCompliant(false)] ulong IConvertible.ToUInt64( IFormatProvider provider ); [C++] [CLSCompliant(false)] private: unsigned __int64 IConvertible::ToUInt64( IFormatProvider* provider ); [JScript] private CLSCompliant(false) function IConvertible.ToUInt64( provider : IFormatProvider ) : UInt64;
See Also
DBNull Class | DBNull Members | System Namespace | ToType | IConvertible | Type | UInt64