Freigeben über


BindConverter.TryConvertToNullableLong Methode

Definition

Versucht, einen Wert in einen NULLable Int64zu konvertieren.

public:
 static bool TryConvertToNullableLong(System::Object ^ obj, System::Globalization::CultureInfo ^ culture, [Runtime::InteropServices::Out] Nullable<long> % value);
public static bool TryConvertToNullableLong (object obj, System.Globalization.CultureInfo culture, out long? value);
public static bool TryConvertToNullableLong (object? obj, System.Globalization.CultureInfo? culture, out long? value);
static member TryConvertToNullableLong : obj * System.Globalization.CultureInfo * Nullable -> bool
Public Shared Function TryConvertToNullableLong (obj As Object, culture As CultureInfo, ByRef value As Nullable(Of Long)) As Boolean

Parameter

obj
Object

Das zu konvertierende Objekt.

culture
CultureInfo

Die CultureInfo , die für die Konvertierung verwendet werden soll.

value
Nullable<Int64>

Der konvertierte Wert.

Gibt zurück

true , wenn die Konvertierung erfolgreich ist, andernfalls false.

Gilt für: