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