Conversions.ToUInteger Método

Definición

Convierte el objeto especificado en un Uint valor.

Sobrecargas

Nombre Description
ToUInteger(Object)

Convierte un objeto en un Uint valor.

ToUInteger(String)

Convierte una cadena en un Uint valor.

ToUInteger(Object)

Importante

Esta API no es conforme a CLS.

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

Convierte un objeto en un Uint valor.

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

Parámetros

Value
Object

Objeto que se va a convertir.

Devoluciones

Valor Uint del objeto .

Atributos

Se aplica a

ToUInteger(String)

Importante

Esta API no es conforme a CLS.

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

Convierte una cadena en un Uint valor.

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

Parámetros

Value
String

La cadena que se va a convertir.

Devoluciones

Valor Uint de la cadena.

Atributos

Se aplica a