System::Runtime::Serialization::IFormatterConverter sınıfı

IFormatterConverter class

Bir System::Runtime::Serialization::SerializationInfo örneği ile System::Runtime::Serialization::SerializationInfo içindeki verileri ayrıştırmak için en uygun biçimlendirici tarafından sağlanan sınıf arasındaki bağlantıyı sağlar.

class IFormatterConverter : public System::Object

Yöntemler

YöntemAçıklama
virtual Convert(System::SharedPtr<Object>, const TypeInfo&)RTTI bilgisi.
virtual Convert(System::SharedPtr<Object>, TypeCode)Bir değeri verilen System::TypeCode değerine dönüştürür.
virtual ToBoolean(System::SharedPtr<Object>)Bir değeri bool tipine dönüştürür.
virtual ToByte(System::SharedPtr<Object>)Bir değeri uint8_t’ye dönüştürür.
virtual ToChar(System::SharedPtr<Object>)Bir değeri char16_t’ye dönüştürür.
virtual ToDateTime(System::SharedPtr<Object>)Bir değeri DateTime tipine dönüştürür.
virtual ToDecimal(System::SharedPtr<Object>)Bir değeri Decimal tipine dönüştürür.
virtual ToDouble(System::SharedPtr<Object>)Bir değeri double tipine dönüştürür.
virtual ToInt16(System::SharedPtr<Object>)Bir değeri int16_t’ye dönüştürür.
virtual ToInt32(System::SharedPtr<Object>)Bir değeri int32_t’ye dönüştürür.
virtual ToInt64(System::SharedPtr<Object>)Bir değeri int64_t’ye dönüştürür.
virtual ToSByte(System::SharedPtr<Object>)Bir değeri int8_t’ye dönüştürür.
virtual ToSingle(System::SharedPtr<Object>)Bir değeri float tipine dönüştürür.
virtual ToString(System::SharedPtr<Object>)Bir değeri String tipine dönüştürür.
virtual ToUInt16(System::SharedPtr<Object>)Bir değeri uint16_t’ye dönüştürür.
virtual ToUInt32(System::SharedPtr<Object>)Bir değeri uint32_t’ye dönüştürür.
virtual ToUInt64(System::SharedPtr<Object>)Bir değeri uint64_t’ye dönüştürür.

Ayrıca Bakınız