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