Bridge

Convert..::..ToUInt64 Method

Overload List


  Name Description
Public method Static member ToUInt64(Object)
Converts the value of the specified object to a 64-bit unsigned integer. Note: Calling this method for [DateTime] value always throws InvalidCastException.
Public method Static member ToUInt64(Object, IFormatProvider)
Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information. Note: Calling this method for [DateTime] value always throws InvalidCastException.
Public method Static member ToUInt64(String, Int32)
Converts the string representation of a number in a specified base to an equivalent 64-bit unsigned integer.