System::Runtime::Serialization::IFormatterConverter::ToDateTime metodo

IFormatterConverter::ToDateTime method

Converte un valore in un DateTime.

virtual DateTime System::Runtime::Serialization::IFormatterConverter::ToDateTime(System::SharedPtr<Object> value)=0
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche