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

返品

適用対象