Compartir a través de


HttpContentCodingHeaderValue.TryParse Método

Definición

Determina si una cadena es información válida de HttpContentCodingHeaderValue .

public:
 static bool TryParse(Platform::String ^ input, [Out] HttpContentCodingHeaderValue ^ & contentCodingHeaderValue);
 static bool TryParse(winrt::hstring const& input, [Out] HttpContentCodingHeaderValue const& & contentCodingHeaderValue);
public static bool TryParse(string input, out HttpContentCodingHeaderValue contentCodingHeaderValue);
Public Shared Function TryParse (input As String, ByRef contentCodingHeaderValue As HttpContentCodingHeaderValue) As Boolean

Parámetros

input
String

Platform::String

winrt::hstring

Cadena que se va a validar.

contentCodingHeaderValue
HttpContentCodingHeaderValue

La versión HttpContentCodingHeaderValue de la cadena.

Devoluciones

Boolean

bool

true si la entrada es válida HttpContentCodingHeaderValue information; de lo contrario, false.

Se aplica a