Conversions.ToULong Metodo

Definizione

Converte l'oggetto specificato in un valore Ulong.

Overload

ToULong(Object)

Converte un oggetto in un valore Ulong.

ToULong(String)

Converte una stringa in un valore Ulong.

ToULong(Object)

Source:
Conversions.vb
Source:
Conversions.vb
Source:
Conversions.vb

Importante

Questa API non è conforme a CLS.

Alternativa conforme a CLS
Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(Object)

Converte un oggetto in un valore 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

Parametri

Value
Object

Oggetto da convertire.

Restituisce

Valore Ulong dell'oggetto.

Attributi

Si applica a

ToULong(String)

Source:
Conversions.vb
Source:
Conversions.vb
Source:
Conversions.vb

Importante

Questa API non è conforme a CLS.

Alternativa conforme a CLS
Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(String)

Converte una stringa in un valore 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

Parametri

Value
String

Stringa da convertire.

Restituisce

Valore Ulong della stringa.

Attributi

Si applica a