MessageFormat.GetFormatByArgumentName(String) Metodo

Definizione

<strong>[icu]</strong> Restituisce il primo formato di primo livello associato al nome dell'argomento specificato.

[Android.Runtime.Register("getFormatByArgumentName", "(Ljava/lang/String;)Ljava/text/Format;", "GetGetFormatByArgumentName_Ljava_lang_String_Handler", ApiSince=24)]
public virtual Java.Text._Format? GetFormatByArgumentName(string? argumentName);
[<Android.Runtime.Register("getFormatByArgumentName", "(Ljava/lang/String;)Ljava/text/Format;", "GetGetFormatByArgumentName_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member GetFormatByArgumentName : string -> Java.Text._Format
override this.GetFormatByArgumentName : string -> Java.Text._Format

Parametri

argumentName
String

Nome dell'argomento desiderato.

Valori restituiti

Il formato associato al nome o null se non ne esiste uno.

Attributi

Commenti

<strong>[icu]</strong> Restituisce il primo formato di primo livello associato al nome dell'argomento specificato. Per altri dettagli, vedere #setFormatByArgumentName(String, Format).

per android.icu.text.MessageFormat.getFormatByArgumentName(java.lang.String).

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