Android.Text.TextUtils.IsGraphic Method
Returns whether the given CharSequence contains any printable characters.

Syntax

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

Parameters

str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether the given CharSequence contains any printable characters.

[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