System::Runtime::Serialization::IFormatterConverter::ToChar metodo

IFormatterConverter::ToChar method

Converte un valore in un char16_t.

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

ReturnValue

Il valore convertito.

Vedi anche