Lenguaje

String.IsEmpty Propiedad

Definición

Devuelve true si, y solo si, #length() es 0.

public bool IsEmpty { [Android.Runtime.Register("isEmpty", "()Z", "")] get; }
[<get: Android.Runtime.Register("isEmpty", "()Z", "")>]
member this.IsEmpty : bool

Valor de propiedad

true si #length() es 0, de lo contrario, false

Implementaciones

Atributos

Comentarios

Devuelve true si, y solo si, #length() es 0.

Agregado en la versión 1.6.

Java documentación para java.lang.String.isEmpty().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a