System Namespace IConvertible Class
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
The IConvertible type is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[ VB ] <CLSCompliant ( False ) > Function ToUInt64 ( _ ByVal provider As IFormatProvider _ ) As UInt64 [ C# ] [CLSCompliant ( false ) ] ulong ToUInt64 ( IFormatProvider provider ); [ C++ ] [CLSCompliant ( false ) ] unsigned __int64 ToUInt64 ( IFormatProvider* provider ); [JScript ] function CLSCompliant ( false ) ToUInt64 ( provider : IFormatProvider ) : UInt64;
An 64-bit unsigned integer equivalent to the value of this instance.
IConvertible 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