BasicHeaderValueFormatter.DoFormatValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實際上是格式化名稱與值對的值。
[Android.Runtime.Register("doFormatValue", "(Lorg/apache/http/util/CharArrayBuffer;Ljava/lang/String;Z)V", "GetDoFormatValue_Lorg_apache_http_util_CharArrayBuffer_Ljava_lang_String_ZHandler")]
protected virtual void DoFormatValue(Org.Apache.Http.Util.CharArrayBuffer? buffer, string? value, bool quote);
[<Android.Runtime.Register("doFormatValue", "(Lorg/apache/http/util/CharArrayBuffer;Ljava/lang/String;Z)V", "GetDoFormatValue_Lorg_apache_http_util_CharArrayBuffer_Ljava_lang_String_ZHandler")>]
abstract member DoFormatValue : Org.Apache.Http.Util.CharArrayBuffer * string * bool -> unit
override this.DoFormatValue : Org.Apache.Http.Util.CharArrayBuffer * string * bool -> unit
參數
- buffer
- CharArrayBuffer
要附加的緩衝區,絕不 null
- value
- String
附加值,絕不 null
- quote
- Boolean
true 格式化時一定要有引用, false 只有必要時才用引用
- 屬性
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。