System::ComponentModel::TypeConverter::ConvertFromInvariantString method

TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method

Converteert een invariant tekenreeks naar een object.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
ParameterTypeBeschrijving
contextconst System::SharedPtr<ITypeDescriptorContext>&Object conversiecontextinformatie.
textconst System::String&Waarde om te converteren.

ReturnValue

geconverteerd object.

Zie ook

TypeConverter::ConvertFromInvariantString(const System::String&) method

Converteert een invariant tekenreeks naar een object.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
ParameterTypeBeschrijving
textconst System::String&Waarde om te converteren.

ReturnValue

geconverteerd object.

Zie ook