Conversions.ToUInteger Método

Definição

Converte o objeto especificado num Uint valor.

Sobrecargas

Name Description
ToUInteger(Object)

Converte um objeto num Uint valor.

ToUInteger(String)

Converte uma cadeia num 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 num 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 objetivo a converter.

Devoluções

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 num 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 a converter.

Devoluções

O Uint valor da corda.

Atributos

Aplica-se a