Sdílet prostřednictvím


HeaderUtilities.UnescapeAsQuotedString(StringSegment) Metoda

Definice

Při zadání řetězce uvozovek definovaných specifikací RFC odebere uvozovky a zruší zpětná lomítka a uvozovky. Předpokládá se, že vstup je platným řetězcem uvozováku.

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

Parametry

input
StringSegment

Řetězec uvozováku, který má být unescaped.

Návraty

Unescaped version of the quoted-string.

Platí pro