طريقة System::Net::Http::Headers::NameValueHeaderValue::ToString
محتويات
[
يخفي
]NameValueHeaderValue::ToString() const method
تمثيل لطريقة C# Object.ToString() . يتيح تحويل الكائنات المخصصة إلى سلسلة.
String System::Net::Http::Headers::NameValueHeaderValue::ToString() const override
ReturnValue
String representation as provided by final class.
انظر أيضًا
- Class String
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++
NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>, char16_t, bool) method
يعيد تمثيلًا نصيًا لمجموعة كائنات فئة NameValueHeaderValue.
static String System::Net::Http::Headers::NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values, char16_t separator, bool leadingSeparator)
| معامل | نوع | الوصف |
|---|---|---|
| القيم | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | مجموعة كائنات فئة NameValueHeaderValue. |
| فاصل | char16_t | فاصل نصي. |
| leadingSeparator | bool | القيمة التي تشير إلى ما إذا كان يجب إضافة الفاصل النصي قبل العنصر الأول في المجموعة. |
ReturnValue
تمثيل نصي لمجموعة كائنات فئة NameValueHeaderValue.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++
NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>, char16_t, bool, System::SharedPtr<Text::StringBuilder>) method
يعيد تمثيلًا نصيًا لمجموعة كائنات فئة NameValueHeaderValue.
static void System::Net::Http::Headers::NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values, char16_t separator, bool leadingSeparator, System::SharedPtr<Text::StringBuilder> destination)
| معامل | نوع | الوصف |
|---|---|---|
| القيم | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | مجموعة كائنات فئة NameValueHeaderValue. |
| فاصل | char16_t | فاصل نصي. |
| leadingSeparator | bool | القيمة التي تشير إلى ما إذا كان يجب إضافة الفاصل النصي قبل العنصر الأول في المجموعة. |
| destination | System::SharedPtr<Text::StringBuilder> | كائن سيتم تعيين تمثيل نصي له. |
انظر أيضًا
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class StringBuilder
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++