Linguaggio

TextUtils.IsEmpty Metodo

Definizione

Overload

Nome Descrizione
IsEmpty(ICharSequence)

Restituisce true se la stringa è null o di lunghezza 0.

IsEmpty(String)

Restituisce true se la stringa è null o di lunghezza 0.

IsEmpty(ICharSequence)

Restituisce true se la stringa è null o di lunghezza 0.

[Android.Runtime.Register("isEmpty", "(Ljava/lang/CharSequence;)Z", "")]
public static bool IsEmpty(Java.Lang.ICharSequence? str);
[<Android.Runtime.Register("isEmpty", "(Ljava/lang/CharSequence;)Z", "")>]
static member IsEmpty : Java.Lang.ICharSequence -> bool

Parametri

str
ICharSequence

stringa da esaminare

Valori restituiti

true se str è null o zero length

Attributi

Commenti

Restituisce true se la stringa è null o di lunghezza 0.

per android.text.TextUtils.isEmpty(java.lang.CharSequence).

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

IsEmpty(String)

Restituisce true se la stringa è null o di lunghezza 0.

public static bool IsEmpty(string? str);
static member IsEmpty : string -> bool

Parametri

str
String

stringa da esaminare

Valori restituiti

true se str è null o zero length

Commenti

Restituisce true se la stringa è null o di lunghezza 0.

per android.text.TextUtils.isEmpty(java.lang.CharSequence).

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