System::ComponentModel::TypeConverter::ConvertToInvariantString method

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

Converteert een object naar een invariant tekenreeks.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(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::ConvertToInvariantString(const System::SharedPtr<System::Object>&) method

Converteert een object naar een invariant tekenreeks.

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

ReturnValue

Geconverteerd object.

Zie ook