System::ComponentModel::TypeConverter::ConvertToString メソッド
コンテンツ
[
隠れる
]TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
オブジェクトを文字列に変換します。
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 変換コンテキスト情報。 |
| カルチャ | const System::SharedPtr<System::Globalization::CultureInfo>& | オブジェクトを変換する際に使用するカルチャ。 |
| value | const System::SharedPtr<System::Object>& | Object を変換する。 |
ReturnValue
変換されたオブジェクト。
参照
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class CultureInfo
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
オブジェクトを文字列に変換します。
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 変換コンテキスト情報。 |
| value | const System::SharedPtr<System::Object>& | Object を変換する。 |
ReturnValue
変換されたオブジェクト。
参照
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method
オブジェクトを文字列に変換します。
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object を変換する。 |
ReturnValue
変換されたオブジェクト。
参照
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++