Android.Text.TextUtils.IsEmpty Method
Returns true if the string is null or 0-length.

Syntax

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

Parameters

str
the string to be examined

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the string is null or 0-length.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1