Share via


Conversions.ToUInteger Metodo

Definizione

Converte l'oggetto specificato in un valore Uint.

Overload

ToUInteger(Object)

Converte un oggetto in un valore Uint.

ToUInteger(String)

Converte una stringa in un valore Uint.

ToUInteger(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.ToInteger(Object)

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

Parametri

Value
Object

Oggetto da convertire.

Restituisce

Valore Uint dell'oggetto.

Attributi

Si applica a

ToUInteger(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.ToInteger(String)

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

Parametri

Value
String

Stringa da convertire.

Restituisce

Valore Uint della stringa.

Attributi

Si applica a