Section courante

A propos

Section administrative du site

Convert.ToInt64

A entier 64 bits
VB .NET (Visual Basic .NET) System

Syntaxe

Function ToInt64(ByVal value As Boolean) As Long
Function ToInt64(ByVal value As Byte) As Long
Function ToInt64(ByVal value As Char) As Long
Function ToInt64(ByVal value As DateTime) As Long
Function ToInt64(ByVal value As Decimal) As Long
Function ToInt64(ByVal value As Double) As Long
Function ToInt64(ByVal value As Short) As Long
Function ToInt64(ByVal value As Integer) As Long
Function ToInt64(ByVal value As Long) As Long
Function ToInt64(ByVal value As Object) As Long
Function ToInt64(ByVal value As SByte) As Long
Function ToInt64(ByVal value As Single) As Long
Function ToInt64(ByVal value As String) As Long
Function ToInt64(ByVal value As UInt16) As Long
Function ToInt64(ByVal value As UInt32) As Long
Function ToInt64(ByVal value As UInt64) As Long
Function ToInt64(ByVal value As Object, ByVal provider As IFormatProvider) As Long
Function ToInt64(ByVal value As String, ByVal provider As IFormatProvider) As Long
Function ToInt64(ByVal value As String, ByVal fromBase As Integer) As Long

Description

Cette méthode permet de convertir la valeur spécifié en entier sur 64 bits.



Dernière mise à jour : Dimanche, le 9 novembre 2014