BasicHeaderValueFormatter.DoFormatValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Formatta effettivamente il valore di una coppia nome-valore.
[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
Parametri
- buffer
- CharArrayBuffer
buffer a cui accodare, mai null
- value
- String
valore da aggiungere, mai null
- quote
- Boolean
true per formattare sempre con virgolette, false per usare le virgolette solo quando necessario
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.