This topic has not yet been rated - Rate this topic

UInt64.IConvertible.ToByte 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 ToByte( _
   ByVal provider As IFormatProvider _
) As Byte Implements IConvertible.ToByte
[C#]
byte IConvertible.ToByte(
   IFormatProvider provider
);
[C++]
private: unsigned char IConvertible::ToByte(
 IFormatProvider* provider
);
[JScript]
private function IConvertible.ToByte(
   provider : IFormatProvider
) : Byte;

See Also

UInt64 Structure | UInt64 Members | System Namespace

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