System::ComponentModel::TypeConverter::ConvertFromString metod

TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method

Konverterar sträng till objekt.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
ParameterTypeBeskrivning
contextconst System::SharedPtr<ITypeDescriptorContext>&Object konverteringskontextinformation.
kulturconst System::SharedPtr<System::Globalization::CultureInfo>&Kultur att använda vid konvertering av objekt.
textconst System::String&Värde att konvertera.

ReturnValue

konverterat objekt.

Se även

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

Konverterar sträng till objekt.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
ParameterTypeBeskrivning
contextconst System::SharedPtr<ITypeDescriptorContext>&Object konverteringskontextinformation.
textconst System::String&Värde att konvertera.

ReturnValue

konverterat objekt.

Se även

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

Konverterar sträng till objekt.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
ParameterTypeBeskrivning
textconst System::String&Värde att konvertera.

ReturnValue

konverterat objekt.

Se även