UCharacter.IsPrintable(Int32) Method

Definition

<strong>[icu]</strong> Determines whether the specified code point is a printable character according to the Unicode standard.

[Android.Runtime.Register("isPrintable", "(I)Z", "", ApiSince=24)]
public static bool IsPrintable (int ch);
[<Android.Runtime.Register("isPrintable", "(I)Z", "", ApiSince=24)>]
static member IsPrintable : int -> bool

Parameters

ch
Int32

code point to be determined if it is printable

Returns

true if the code point is a printable character

Attributes

Remarks

<strong>[icu]</strong> Determines whether the specified code point is a printable character according to the Unicode standard.

Java documentation for android.icu.lang.UCharacter.isPrintable(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to