Compartilhar via


HeaderUtilities.IsQuoted(StringSegment) Método

Definição

Determina se o especificado input está entre aspas.

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

Parâmetros

input
StringSegment

O valor a ser inspecionado.

Retornos

true se o valor for entre aspas, caso contrário false, .

Aplica-se a