Aracılığıyla paylaş


BindConverter.TryConvertToDecimal(Object, CultureInfo, Decimal) Yöntem

Tanım

Bir değeri değerine dönüştürmeyi Decimaldener.

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

Parametreler

obj
Object

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

culture
CultureInfo

Dönüştürme CultureInfo için kullanılacak.

value
Decimal

Dönüştürülen değer.

Döndürülenler

true dönüştürme başarılı olursa, aksi takdirde false.

Şunlara uygulanır