System::Runtime::Serialization::IFormatterConverter::ToInt64 metodu

IFormatterConverter::ToInt64 method

Bir değeri int64_t tipine dönüştürür.

virtual int64_t System::Runtime::Serialization::IFormatterConverter::ToInt64(System::SharedPtr<Object> value)=0
ParameterTypeAçıklama
değerSystem::SharedPtr<Object>Dönüştürülecek nesne.

ReturnValue

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

Ayrıca Bakınız