Convert.ToUInt64 |
A entier non-signé 64 bits |
---|---|
VB .NET (Visual Basic .NET) | System |
Syntaxe
Function ToUInt64(ByVal value As Boolean) As UInt64 |
Function ToUInt64(ByVal value As Byte) As UInt64 |
Function ToUInt64(ByVal value As Char) As UInt64 |
Function ToUInt64(ByVal value As DateTime) As UInt64 |
Function ToUInt64(ByVal value As Decimal) As UInt64 |
Function ToUInt64(ByVal value As Double) As UInt64 |
Function ToUInt64(ByVal value As Short) As UInt64 |
Function ToUInt64(ByVal value As Integer) As UInt64 |
Function ToUInt64(ByVal value As Long) As UInt64 |
Function ToUInt64(ByVal value As Object) As UInt64 |
Function ToUInt64(ByVal value As SByte) As UInt64 |
Function ToUInt64(ByVal value As Single) As UInt64 |
Function ToUInt64(ByVal value As String) As UInt64 |
Function ToUInt64(ByVal value As UInt16) As UInt64 |
Function ToUInt64(ByVal value As UInt32) As UInt64 |
Function ToUInt64(ByVal value As UInt64) As UInt64 |
Function ToUInt64(ByVal value As Object, ByVal provider As IFormatProvider) As UInt64 |
Function ToUInt64(ByVal value As String, ByVal provider As IFormatProvider) As UInt64 |
Function ToUInt64(ByVal value As String, ByVal fromBase As Integer) As UInt64 |
Description
Cette méthode permet de convertir la valeur spécifié en un nombre naturel sur 64 bits.
Dernière mise à jour : Dimanche, le 9 novembre 2014