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

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

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

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
パラメーター説明
contextconst System::SharedPtr<ITypeDescriptorContext>&Object 変換コンテキスト情報。
valueconst System::SharedPtr<System::Object>&Object を変換する。

ReturnValue

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

参照

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

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

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

ReturnValue

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

参照