Aracılığıyla paylaş


Conversions.ToULong Yöntem

Tanım

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

Aşırı Yüklemeler

ToULong(Object)

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

ToULong(String)

Dizeyi değere Ulong dönüştürür.

ToULong(Object)

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

Önemli

Bu API, CLS uyumlu değildir.

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

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

public:
 static System::UInt64 ToULong(System::Object ^ Value);
[System.CLSCompliant(false)]
public static ulong ToULong (object Value);
[System.CLSCompliant(false)]
public static ulong ToULong (object? Value);
[<System.CLSCompliant(false)>]
static member ToULong : obj -> uint64
Public Shared Function ToULong (Value As Object) As ULong

Parametreler

Value
Object

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

Döndürülenler

Ulong Nesnesinin değeri.

Öznitelikler

Şunlara uygulanır

ToULong(String)

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

Önemli

Bu API, CLS uyumlu değildir.

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

Dizeyi değere Ulong dönüştürür.

public:
 static System::UInt64 ToULong(System::String ^ Value);
[System.CLSCompliant(false)]
public static ulong ToULong (string Value);
[System.CLSCompliant(false)]
public static ulong ToULong (string? Value);
[<System.CLSCompliant(false)>]
static member ToULong : string -> uint64
Public Shared Function ToULong (Value As String) As ULong

Parametreler

Value
String

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

Döndürülenler

Ulong Dizenin değeri.

Öznitelikler

Şunlara uygulanır