Compartilhar via


HttpDateOrDeltaHeaderValue.TryParse Método

Definição

Determina se uma cadeia de caracteres é uma informação HttpDateOrDeltaHeaderValue válida.

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

Parâmetros

input
String

Platform::String

winrt::hstring

A cadeia de caracteres a ser validada.

dateOrDeltaHeaderValue
HttpDateOrDeltaHeaderValue

A versão HttpDateOrDeltaHeaderValue da cadeia de caracteres.

Retornos

Boolean

bool

true se a entrada for uma informação HttpDateOrDeltaHeaderValue válida; caso contrário, false.

Aplica-se a