Conversions.ToUInteger Metodo

Definizione

Converte l'oggetto specificato in un Uint valore.

Overload

Nome Descrizione
ToUInteger(Object)

Converte un oggetto in un Uint valore.

ToUInteger(String)

Converte una stringa in un Uint valore.

ToUInteger(Object)

Importante

Questa API non è conforme a CLS.

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

Converte un oggetto in un Uint valore.

public:
 static System::UInt32 ToUInteger(System::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.

Valori restituiti

Valore Uint dell'oggetto .

Attributi

Si applica a

ToUInteger(String)

Importante

Questa API non è conforme a CLS.

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

Converte una stringa in un Uint valore.

public:
 static System::UInt32 ToUInteger(System::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.

Valori restituiti

Valore Uint della stringa.

Attributi

Si applica a