IFormattedValue.AppendTo(Object) Metodo

Definizione

Accoda la stringa formattata a un oggetto Appendable.

[Android.Runtime.Register("appendTo", "(Ljava/lang/Appendable;)Ljava/lang/Appendable;", "GetAppendTo_Ljava_lang_Appendable_Handler:Android.Icu.Text.IFormattedValueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
[Java.Interop.JavaTypeParameters(new System.String[] { "A extends java.lang.Appendable" })]
public Java.Lang.Object? AppendTo(Java.Lang.Object? appendable);
[<Android.Runtime.Register("appendTo", "(Ljava/lang/Appendable;)Ljava/lang/Appendable;", "GetAppendTo_Ljava_lang_Appendable_Handler:Android.Icu.Text.IFormattedValueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "A extends java.lang.Appendable" })>]
abstract member AppendTo : Java.Lang.Object -> Java.Lang.Object

Parametri

appendable
Object

Appendable a cui accodare l'output della stringa.

Valori restituiti

Lo stesso oggetto Appendable, per il concatenamento.

Attributi

Commenti

Accoda la stringa formattata a un oggetto Appendable.

Se si verifica un'eccezione IOException durante l'aggiunta all'oggetto Appendable, viene invece generata un'eccezione non selezionata ICUUncheckedIOException .

per android.icu.text.FormattedValue.appendTo(A).

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.

Si applica a