다음을 통해 공유


HtmlLabelAdapter.WhiteSpace(String) 메서드

정의

문자열을 검사하여 공백 문자가 포함되어 있는지 여부를 확인합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected public:
 bool WhiteSpace(System::String ^ s);
protected internal bool WhiteSpace (string s);
member this.WhiteSpace : string -> bool
Protected Friend Function WhiteSpace (s As String) As Boolean

매개 변수

s
String

검사할 문자열을 포함합니다.

반환

문자열에 공백 문자가 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보