System::Runtime::Serialization::IFormatterConverter::ToChar Methode

IFormatterConverter::ToChar method

Konvertiert einen Wert in einen char16_t.

virtual char16_t System::Runtime::Serialization::IFormatterConverter::ToChar(System::SharedPtr<Object> value)=0
ParameterTypBeschreibung
WertSystem::SharedPtr<Object>Das zu konvertierende Objekt.

ReturnValue

Der konvertierte Wert.

Siehe auch