다음을 통해 공유


StringExtensions.IsNullOrWhiteSpace(String) 메서드

정의

문자열이 null인지 아니면 공백만 포함되는지 확인합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsNullOrWhiteSpace(System::String ^ value);
public static bool IsNullOrWhiteSpace (this string value);
static member IsNullOrWhiteSpace : string -> bool
<Extension()>
Public Function IsNullOrWhiteSpace (value As String) As Boolean

매개 변수

value
String

유효성을 검사할 문자열

반환

작업 결과

적용 대상