System::Runtime::Serialization::IFormatterConverter classe
Contenuti
[
Nascondere
]IFormatterConverter class
Fornisce la connessione tra un’istanza di System::Runtime::Serialization::SerializationInfo e la classe fornita dal formatter più adatta a interpretare i dati all’interno di System::Runtime::Serialization::SerializationInfo.
class IFormatterConverter : public System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| virtual Convert(System::SharedPtr<Object>, const TypeInfo&) | Informazioni RTTI. |
| virtual Convert(System::SharedPtr<Object>, TypeCode) | Converte un valore al System::TypeCode fornito. |
| virtual ToBoolean(System::SharedPtr<Object>) | Converte un valore in un bool. |
| virtual ToByte(System::SharedPtr<Object>) | Converte un valore in un uint8_t. |
| virtual ToChar(System::SharedPtr<Object>) | Converte un valore in un char16_t. |
| virtual ToDateTime(System::SharedPtr<Object>) | Converte un valore in un DateTime. |
| virtual ToDecimal(System::SharedPtr<Object>) | Converte un valore in un Decimal. |
| virtual ToDouble(System::SharedPtr<Object>) | Converte un valore in un double. |
| virtual ToInt16(System::SharedPtr<Object>) | Converte un valore in un int16_t. |
| virtual ToInt32(System::SharedPtr<Object>) | Converte un valore in un int32_t. |
| virtual ToInt64(System::SharedPtr<Object>) | Converte un valore in un int64_t. |
| virtual ToSByte(System::SharedPtr<Object>) | Converte un valore in un int8_t. |
| virtual ToSingle(System::SharedPtr<Object>) | Converte un valore in un float. |
| virtual ToString(System::SharedPtr<Object>) | Converte un valore in un String. |
| virtual ToUInt16(System::SharedPtr<Object>) | Converte un valore in un uint16_t. |
| virtual ToUInt32(System::SharedPtr<Object>) | Converte un valore in un uint32_t. |
| virtual ToUInt64(System::SharedPtr<Object>) | Converte un valore in un uint64_t. |
Vedi anche
- Class Object
- Namespace System::Runtime::Serialization
- Library Aspose.Font for C++