Share via


HttpTransferCodingHeaderValue.TryParse Metodo

Definizione

Determina se una stringa è valida informazioni httpTransferCodingHeaderValue .

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

Parametri

input
String

Platform::String

winrt::hstring

Stringa da convalidare.

transferCodingHeaderValue
HttpTransferCodingHeaderValue

Versione HttpTransferCodingHeaderValue della stringa.

Restituisce

Boolean

bool

true se l'input è valido HttpTransferCodingHeaderValue informazioni; in caso contrario, false.

Si applica a