System::ComponentModel::TypeConverter::ConvertToString method

TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method

Converteert een object naar een tekenreeks.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
ParameterTypeBeschrijving
contextconst System::SharedPtr<ITypeDescriptorContext>&Object conversiecontextinformatie.
cultuurconst System::SharedPtr<System::Globalization::CultureInfo>&Cultuur die gebruikt moet worden bij het converteren van objecten.
valueconst System::SharedPtr<System::Object>&Object om te converteren.

ReturnValue

Geconverteerd object.

Zie ook

TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method

Converteert een object naar een tekenreeks.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
ParameterTypeBeschrijving
contextconst System::SharedPtr<ITypeDescriptorContext>&Object conversiecontextinformatie.
valueconst System::SharedPtr<System::Object>&Object om te converteren.

ReturnValue

Geconverteerd object.

Zie ook

TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method

Converteert een object naar een tekenreeks.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
ParameterTypeBeschrijving
valueconst System::SharedPtr<System::Object>&Object om te converteren.

ReturnValue

Geconverteerd object.

Zie ook