다음을 통해 공유


BindConverter.TryConvertToNullableInt 메서드

정의

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

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

매개 변수

obj
Object

변환할 개체입니다.

culture
CultureInfo

변환에 사용할 입니다 CultureInfo .

value
Nullable<Int32>

변환된 값입니다.

반환

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

적용 대상