Share via


HeaderUtilities.IsQuoted(StringSegment) Method

Definition

Determines if the specified input is quoted.

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

Parameters

input
StringSegment

The value to inspect.

Returns

true if the value is quoted, otherwise false.

Applies to