共用方式為


Character.IsSpace(Char) 方法

定義

警告

deprecated

判斷指定的字元是否為 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

參數

ch
Char

要測試的字元。

傳回

true 如果字元是 ISO-LATIN-1 空格符,則為 ; false 否則。

屬性

備註

判斷指定的字元是否為 ISO-LATIN-1 空格符。 這個方法只會傳回true下列五個字元:<table class=“striped”<>caption style=“display:none”>truechars</caption<>thead<>tr><th scope=“col”>Character <th scope=“col”Code th scope=“col”>Code <th scope=“col”>Name </thead><tbody<>tr><th scope=“row”><'\t'/th<>td<>U+0009/td><>< td<>HORIZONTAL TABULATION/tr tr th><><scope=“row”>'\n'</th><td/tdU+000A></tdNEW LINE><<><>/<><>tr th scope=“row”><'\f'/th tdU+000C></<>FORM FEED><td td/td></<>><tr tr th scope=“row”><<>'\r'/th<>td><U+000D/><CARRIAGE RETURN><><td td/tr<><>th scope=“row”' '<>/th><td>U+0020</td><td/td><><SPACE/tr></tbody></table>

已取代這個成員。 由isWhitespace(char) 取代。

java.lang.Character.isSpace(char)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於