This topic has not yet been rated - Rate this topic

UInt64.IConvertible.ToInt32 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]
Private Function ToInt32( _
   ByVal provider As IFormatProvider _
) As Integer Implements IConvertible.ToInt32
[C#]
int IConvertible.ToInt32(
   IFormatProvider provider
);
[C++]
private: int IConvertible::ToInt32(
 IFormatProvider* provider
);
[JScript]
private function IConvertible.ToInt32(
   provider : IFormatProvider
) : int;

See Also

UInt64 Structure | UInt64 Members | System Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.