System::Net::Http::Headers::NameValueHeaderValue::ToString method
Contents
[
Hide
]NameValueHeaderValue::ToString() const method
Analog of C# Object.ToString() method. Enables converting custom objects to string.
String System::Net::Http::Headers::NameValueHeaderValue::ToString() const override
ReturnValue
String representation as provided by final class.
See Also
- Class String
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.TeX for C++
NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>, char16_t, bool) method
Returns a string representation of the collection of the NameValueHeaderValue-class instances.
static String System::Net::Http::Headers::NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values, char16_t separator, bool leadingSeparator)
Parameter | Type | Description |
---|---|---|
values | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | The collection of the NameValueHeaderValue-class instances. |
separator | char16_t | A string separator. |
leadingSeparator | bool | The value that indicates if the string separator must be added before the first collection item. |
ReturnValue
A string representation of the collection of the NameValueHeaderValue-class instances.
See Also
- Class String
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.TeX for C++
NameValueHeaderValue::ToString(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>, char16_t, bool, System::SharedPtr<Text::StringBuilder>) method
Returns a string representation of the collection of the NameValueHeaderValue-class instances.
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)
Parameter | Type | Description |
---|---|---|
values | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | The collection of the NameValueHeaderValue-class instances. |
separator | char16_t | A string separator. |
leadingSeparator | bool | The value that indicates if the string separator must be added before the first collection item. |
destination | System::SharedPtr<Text::StringBuilder> | An instance where a string representation will be assigned. |
See Also
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class StringBuilder
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.TeX for C++