Partager via


Conversions.ToUInteger Méthode

Définition

Convertit l'objet spécifié en valeur Uint.

Surcharges

ToUInteger(Object)

Convertit un objet en valeur Uint.

ToUInteger(String)

Convertit une chaîne en valeur Uint.

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

S’applique à