共用方式為


BasicHeaderValueFormatter.FormatParameters 方法

定義

多載

FormatParameters(INameValuePair[], Boolean, IHeaderValueFormatter)

格式化一組參數。

FormatParameters(CharArrayBuffer, INameValuePair[], Boolean)

格式化標頭元素的參數。

FormatParameters(INameValuePair[], Boolean, IHeaderValueFormatter)

格式化一組參數。

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

參數

nvps
INameValuePair[]

要格式化的參數

quote
Boolean

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

formatter
IHeaderValueFormatter

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

傳回

屬性

備註

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

適用於

FormatParameters(CharArrayBuffer, INameValuePair[], Boolean)

格式化標頭元素的參數。

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

參數

buffer
CharArrayBuffer

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

nvps
INameValuePair[]

要格式化的參數 (name-value pairs)

quote
Boolean

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

傳回

實作

屬性

備註

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

適用於