共用方式為


HeaderUtilities.IsQuoted(StringSegment) 方法

定義

判斷指定的 input 是否加上引號。

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

參數

input
StringSegment

要檢查的值。

傳回

true 如果加上引號,則為 ,否則 false 為 。

適用於