Character.IsSpace(Char) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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>">Name </thead><tbody><tr><th scope="row">'\t'
</th<>td/td>U+0009
<<>/td><<HORIZONTAL TABULATION
>/tr tr><tr th><< scope="row">'\n'
</th><td>U+000A
</td><><NEW LINE
/td></tr tr<>><scope="row"<>'\f'
/th<>td><U+000C
/td/td<>FORM FEED
<><>/tr tr tr><<>th scope="row"'\r'
></th<>tdU+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 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.