StringSegment.IsNullOrEmpty(StringSegment) 메서드

정의

지정된 StringSegment가 null 또는 빈 문자열인지를 나타냅니다.

public:
 static bool IsNullOrEmpty(Microsoft::Extensions::Primitives::StringSegment value);
public static bool IsNullOrEmpty (Microsoft.Extensions.Primitives.StringSegment value);
static member IsNullOrEmpty : Microsoft.Extensions.Primitives.StringSegment -> bool
Public Shared Function IsNullOrEmpty (value As StringSegment) As Boolean

매개 변수

value
StringSegment

테스트할 StringSegment입니다.

반환

적용 대상