Character.IsSpace(Char) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
deprecated
Détermine si le caractère spécifié est un espace blanc 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
Paramètres
- ch
- Char
caractère à tester.
Retours
true
si le caractère est un espace blanc ISO-LATIN-1 ; false
Sinon.
- Attributs
Remarques
Détermine si le caractère spécifié est un espace blanc ISO-LATIN-1. Cette méthode renvoie true
uniquement les cinq caractères suivants : <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>U+0009
</td<>>HORIZONTAL TABULATION
</td/td/td/tr>< tr th><>< scope="row"><'\n'
/th<>td<U+000A
>/td<>NEW LINE
<>/td/td></tr tr><<>th scope="row"<>'\f'
/th>U+000C
<<> td/tdFORM FEED
><<>/td/td></tr<>tr><th scope="row">'\r'
</th><td<U+000D
>/td/td<>><CARRIAGE RETURN
/><><tr>< tr th scope="row"' '
<>/th td><>U+0020
</td><td>SPACE
</td></tr></tbody></table>
Ce membre est déconseillé. Remplacé par isWhitespace(char).
Documentation Java pour java.lang.Character.isSpace(char)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.