Conversions.ToULong 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 Ulong
.
Surcharges
ToULong(Object) |
Convertit un objet en valeur |
ToULong(String) |
Convertit une chaîne en valeur |
ToULong(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.ToLong(Object)
Convertit un objet en valeur Ulong
.
public:
static System::UInt64 ToULong(System::Object ^ Value);
[System.CLSCompliant(false)]
public static ulong ToULong (object Value);
[System.CLSCompliant(false)]
public static ulong ToULong (object? Value);
[<System.CLSCompliant(false)>]
static member ToULong : obj -> uint64
Public Shared Function ToULong (Value As Object) As ULong
Paramètres
- Value
- Object
Objet à convertir.
Retours
Valeur Ulong
de l'objet.
- Attributs
S’applique à
ToULong(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.ToLong(String)
Convertit une chaîne en valeur Ulong
.
public:
static System::UInt64 ToULong(System::String ^ Value);
[System.CLSCompliant(false)]
public static ulong ToULong (string Value);
[System.CLSCompliant(false)]
public static ulong ToULong (string? Value);
[<System.CLSCompliant(false)>]
static member ToULong : string -> uint64
Public Shared Function ToULong (Value As String) As ULong
Paramètres
- Value
- String
Chaîne à convertir.
Retours
Valeur Ulong
de la chaîne.
- Attributs