Condividi tramite


Character.IsSpace(Char) Metodo

Definizione

Attenzione

deprecated

Determina se il carattere specificato è uno spazio vuoto ISO-LATIN-1.

[Android.Runtime.Register("isSpace", "(C)Z", "")]
[System.Obsolete("deprecated")]
public static bool IsSpace (char ch);
[<Android.Runtime.Register("isSpace", "(C)Z", "")>]
[<System.Obsolete("deprecated")>]
static member IsSpace : char -> bool

Parametri

ch
Char

carattere da testare.

Restituisce

true se il carattere è ISO-LATIN-1 spazio vuoto; false Altrimenti.

Attributi

Commenti

Determina se il carattere specificato è uno spazio vuoto ISO-LATIN-1. Questo metodo restituisce true solo per i cinque caratteri seguenti: <table class="striped"<>caption style="display:none">truechars</caption><thead><tr><th scope="col">Character <th scope="col">Code <th scope="col">Name </thead><tbody><tr><th scope="row"'\t'<>/th><td/tdU+0009<>HORIZONTAL TABULATION><></><tr th><>< scope="row"><'\n'/th><td/td td<><U+000A<>NEW LINE>/td></tr<>><th scope="row"<'\f'>/th<>td<>U+000C/td>>FORM FEED<</td></tr tr><><th scope="row"'\r'></th<>td/td<<<>>>U+000DCARRIAGE RETURN/td></tr tr<><>th scope="row"' '<>/th><td>U+0020</td><td>SPACE</td></tr></tbody></table>

Questo membro è deprecato. Sostituito da isWhitespace(char).

Documentazione java per java.lang.Character.isSpace(char).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a