Udostępnij przez


Conversions.ToUInteger Metoda

Definicja

Konwertuje określony obiekt na Uint wartość.

Przeciążenia

ToUInteger(Object)

Konwertuje obiekt na Uint wartość.

ToUInteger(String)

Konwertuje ciąg na Uint wartość.

ToUInteger(Object)

Źródło:
Conversions.vb
Źródło:
Conversions.vb
Źródło:
Conversions.vb

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Alternatywa zgodna ze specyfikacją CLS
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object)

Konwertuje obiekt na Uint wartość.

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

Parametry

Value
Object

Do obiektu do skonwertowania.

Zwraca

Wartość Uint obiektu.

Atrybuty

Dotyczy

ToUInteger(String)

Źródło:
Conversions.vb
Źródło:
Conversions.vb
Źródło:
Conversions.vb

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Alternatywa zgodna ze specyfikacją CLS
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String)

Konwertuje ciąg na Uint wartość.

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

Parametry

Value
String

Ciąg do konwersji.

Zwraca

Wartość Uint ciągu.

Atrybuty

Dotyczy