共用方式為


BasicHeaderValueFormatter.FormatNameValuePair 方法

定義

多載

FormatNameValuePair(INameValuePair, Boolean, IHeaderValueFormatter)

格式化一個名稱/值組,其中值是選擇性的。

FormatNameValuePair(CharArrayBuffer, INameValuePair, Boolean)

格式化一個名稱/值組,其中值是選擇性的。

FormatNameValuePair(INameValuePair, Boolean, IHeaderValueFormatter)

格式化一個名稱/值組,其中值是選擇性的。

[Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/NameValuePair;ZLorg/apache/http/message/HeaderValueFormatter;)Ljava/lang/String;", "")]
public static string? FormatNameValuePair (Org.Apache.Http.INameValuePair? nvp, bool quote, Org.Apache.Http.Message.IHeaderValueFormatter? formatter);
[<Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/NameValuePair;ZLorg/apache/http/message/HeaderValueFormatter;)Ljava/lang/String;", "")>]
static member FormatNameValuePair : Org.Apache.Http.INameValuePair * bool * Org.Apache.Http.Message.IHeaderValueFormatter -> string

參數

nvp
INameValuePair

要格式化的名稱/值組

quote
Boolean

true 表示一律使用引號值格式化, false 只有在需要時才使用引號

formatter
IHeaderValueFormatter

要使用的格式器,或 null 用於 Default

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

FormatNameValuePair(CharArrayBuffer, INameValuePair, Boolean)

格式化一個名稱/值組,其中值是選擇性的。

[Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/NameValuePair;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatNameValuePair_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_NameValuePair_ZHandler")]
public virtual Org.Apache.Http.Util.CharArrayBuffer? FormatNameValuePair (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.INameValuePair? nvp, bool quote);
[<Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/NameValuePair;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatNameValuePair_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_NameValuePair_ZHandler")>]
abstract member FormatNameValuePair : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.INameValuePair * bool -> Org.Apache.Http.Util.CharArrayBuffer
override this.FormatNameValuePair : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.INameValuePair * bool -> Org.Apache.Http.Util.CharArrayBuffer

參數

buffer
CharArrayBuffer

要附加至的緩衝區,或 null 建立新的緩衝區

nvp
INameValuePair

要格式化的名稱/值組

quote
Boolean

true 表示一律使用引號值格式化, false 只有在需要時才使用引號

傳回

實作

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於