Conversions.ToUInteger Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit l'objet spécifié en valeur Uint
.
Surcharges
ToUInteger(Object) |
Convertit un objet en valeur |
ToUInteger(String) |
Convertit une chaîne en valeur |
ToUInteger(Object)
- Source:
- Conversions.vb
- Source:
- Conversions.vb
- Source:
- Conversions.vb
Important
Cette API n’est pas conforme CLS.
- Alternative à la conformité CLS
- Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object)
Convertit un objet en valeur Uint
.
public:
static System::UInt32 ToUInteger(System::Object ^ Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (object Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (object? Value);
[<System.CLSCompliant(false)>]
static member ToUInteger : obj -> uint32
Public Shared Function ToUInteger (Value As Object) As UInteger
Paramètres
- Value
- Object
Objet à convertir.
Retours
Valeur Uint
de l'objet.
- Attributs
S’applique à
ToUInteger(String)
- Source:
- Conversions.vb
- Source:
- Conversions.vb
- Source:
- Conversions.vb
Important
Cette API n’est pas conforme CLS.
- Alternative à la conformité CLS
- Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String)
Convertit une chaîne en valeur Uint
.
public:
static System::UInt32 ToUInteger(System::String ^ Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (string Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (string? Value);
[<System.CLSCompliant(false)>]
static member ToUInteger : string -> uint32
Public Shared Function ToUInteger (Value As String) As UInteger
Paramètres
- Value
- String
Chaîne à convertir.
Retours
Valeur Uint
de la chaîne.
- Attributs