HttpContentRangeHeaderValue.TryParse Metodo

Definizione

Determina se una stringa è valida per le informazioni HttpContentRangeHeaderValue .

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

Parametri

input
String

Platform::String

winrt::hstring

Stringa da convalidare.

contentRangeHeaderValue
HttpContentRangeHeaderValue

Versione HttpContentRangeHeaderValue della stringa.

Restituisce

Boolean

bool

true se l'input è valido per le informazioni httpContentRangeHeaderValue ; in caso contrario, false.

Si applica a