System::String::IsNullOrWhiteSpace 메서드

String::IsNullOrWhiteSpace method

지정된 문자열이 null인지, 비어 있는지, 혹은 공백 문자만으로 구성되어 있는지 표시합니다.

static bool System::String::IsNullOrWhiteSpace(const String &str)
매개변수형식설명
strconst String&String 확인용.

ReturnValue

문자열이 null이거나 비어 있거나 오직 공백 문자만으로 구성된 경우 true, 그렇지 않으면 false.

또 보기