Conversions.ToUInteger Método

Definição

Converte o objeto especificado em um Uint valor.

Sobrecargas

Nome Description
ToUInteger(Object)

Converte um objeto em um Uint valor.

ToUInteger(String)

Converte uma cadeia de caracteres em um Uint valor.

ToUInteger(Object)

Importante

Esta API não está em conformidade com CLS.

Alternativa em conformidade com CLS
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object)

Converte um objeto em um 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

O objeto a ser convertido.

Retornos

O Uint valor do objeto.

Atributos

Aplica-se a

ToUInteger(String)

Importante

Esta API não está em conformidade com CLS.

Alternativa em conformidade com CLS
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String)

Converte uma cadeia de caracteres em um 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

A cadeia de caracteres a ser convertida.

Retornos

O Uint valor da cadeia de caracteres.

Atributos

Aplica-se a