Aracılığıyla paylaş


Conversions.ToUInteger Yöntem

Tanım

Belirtilen nesneyi bir Uint değere dönüştürür.

Aşırı Yüklemeler

ToUInteger(Object)

Nesneyi değere Uint dönüştürür.

ToUInteger(String)

Bir dizeyi değere Uint dönüştürür.

ToUInteger(Object)

Kaynak:
Conversions.vb
Kaynak:
Conversions.vb
Kaynak:
Conversions.vb

Önemli

Bu API, CLS uyumlu değildir.

CLS uyumlu alternatif
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object)

Nesneyi değere Uint dönüştürür.

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

Parametreler

Value
Object

Dönüştürülecek nesne.

Döndürülenler

Uint nesnesinin değeri.

Öznitelikler

Şunlara uygulanır

ToUInteger(String)

Kaynak:
Conversions.vb
Kaynak:
Conversions.vb
Kaynak:
Conversions.vb

Önemli

Bu API, CLS uyumlu değildir.

CLS uyumlu alternatif
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String)

Bir dizeyi değere Uint dönüştürür.

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

Parametreler

Value
String

Dönüştürülecek dize.

Döndürülenler

Uint Dizenin değeri.

Öznitelikler

Şunlara uygulanır