다음을 통해 공유


BindConverter.TryConvertToNullableLong 메서드

정의

값을 nullable Int64로 변환하려고 시도합니다.

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

매개 변수

obj
Object

변환할 개체입니다.

culture
CultureInfo

변환에 사용할 입니다 CultureInfo .

value
Nullable<Int64>

변환된 값입니다.

반환

true 변환에 성공하면 이고, 그렇지 않으면 false입니다.

적용 대상