HttpDateOrDeltaHeaderValue.TryParse Metodo

Definizione

Determina se una stringa è valida informazioni HttpDateOrDeltaHeaderValue .

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

Parametri

input
String

Platform::String

winrt::hstring

Stringa da convalidare.

dateOrDeltaHeaderValue
HttpDateOrDeltaHeaderValue

Versione HttpDateOrDeltaHeaderValue della stringa.

Restituisce

Boolean

bool

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

Si applica a