언어

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 공백인지 여부를 확인합니다. 이 메서드는 table class="striped"caption style="truedisplay:none"<truechars>/caption<>thead<>tr<th scope="col"Character >th scope="col"<Code ><th scope="col>"<Name >/thead<>tbody<>tr<th scope="row"><></th>'\t'td/td<><>U+0009/td<><>/tr trHORIZONTAL TABULATION<tr><th에 대해서만 >반환 < 합니다.>< scope="row">'\n'</th><td>U+000A</td><>NEW LINE</td></tr tr tr><><scope="row">'\f'</th><td>U+000C</td/td><>FORM FEED<></tr tr tr><><th scope="row">'\r'</th><td>U+000D</td/td><>CARRIAGE RETURN<></tr tr><tr><th scope="row">' '</th><td>U+0020</td td><>SPACE</td></tr></tbody></table>

이 멤버는 더 이상 사용되지 않습니다. isWhitespace(char)로 대체되었습니다.

에 대한 java.lang.Character.isSpace(char)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상