HeaderUtilities.IsQuoted(StringSegment) Méthode

Définition

Détermine si le spécifié input est entre guillemets.

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

Paramètres

input
StringSegment

Valeur à inspecter.

Retours

true si la valeur est entre guillemets, sinon false.

S’applique à