System::ComponentModel::TypeConverter::ConvertFrom メソッド

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

オブジェクトを変換します。

virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
パラメーター説明
contextconst System::SharedPtr<ITypeDescriptorContext>&Object 変換コンテキスト情報。
カルチャconst System::SharedPtr<System::Globalization::CultureInfo>&オブジェクトを変換する際に使用するカルチャ。
valueconst System::SharedPtr<System::Object>&Object を変換する。

ReturnValue

変換されたオブジェクト。

参照

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

文字列をオブジェクトに変換します。

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
パラメーター説明
contextconst System::SharedPtr<ITypeDescriptorContext>&Object 変換コンテキスト情報。
カルチャconst System::SharedPtr<System::Globalization::CultureInfo>&オブジェクトを変換する際に使用するカルチャ。
valueconst System::String&変換する値。

ReturnValue

変換されたオブジェクト。

参照

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

オブジェクトを変換します。

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
パラメーター説明
valueconst System::SharedPtr<System::Object>&Object を変換する。

ReturnValue

変換されたオブジェクト。

参照