Conversions.ToInteger 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 une valeur entière.
Surcharges
ToInteger(Object) |
Convertit un objet en valeur entière. |
ToInteger(String) |
Convertit une chaîne en valeur entière. |
ToInteger(Object)
- Source:
- Conversions.vb
- Source:
- Conversions.vb
- Source:
- Conversions.vb
Convertit un objet en valeur entière.
public:
static int ToInteger(System::Object ^ Value);
public static int ToInteger (object Value);
public static int ToInteger (object? Value);
static member ToInteger : obj -> int
Public Shared Function ToInteger (Value As Object) As Integer
Paramètres
- Value
- Object
Objet à convertir.
Retours
Valeur int
de l'objet.
S’applique à
ToInteger(String)
- Source:
- Conversions.vb
- Source:
- Conversions.vb
- Source:
- Conversions.vb
Convertit une chaîne en valeur entière.
public:
static int ToInteger(System::String ^ Value);
public static int ToInteger (string Value);
public static int ToInteger (string? Value);
static member ToInteger : string -> int
Public Shared Function ToInteger (Value As String) As Integer
Paramètres
- Value
- String
Chaîne à convertir.
Retours
Valeur int
de la chaîne.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.