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.

参照

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)
パラメーター説明
valuesSystem::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>NameValueHeaderValue-class インスタンスのコレクション。
区切り文字char16_t文字列の区切り文字。
leadingSeparatorbool文字列の区切り文字を最初のコレクション項目の前に追加するかどうかを示す値。

ReturnValue

NameValueHeaderValue-class インスタンスのコレクションの文字列表現。

参照

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)
パラメーター説明
valuesSystem::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>NameValueHeaderValue-class インスタンスのコレクション。
区切り文字char16_t文字列の区切り文字。
leadingSeparatorbool文字列の区切り文字を最初のコレクション項目の前に追加するかどうかを示す値。
destinationSystem::SharedPtr<Text::StringBuilder>文字列表現が割り当てられるインスタンス。

参照