NameValueHeaderValue.TryParse(String, NameValueHeaderValue) Method

Definition

Determines whether a string is valid NameValueHeaderValue information.

public static bool TryParse (string input, out System.Net.Http.Headers.NameValueHeaderValue parsedValue);
public static bool TryParse (string? input, out System.Net.Http.Headers.NameValueHeaderValue? parsedValue);

Parameters

input
String

The string to validate.

parsedValue
NameValueHeaderValue

The NameValueHeaderValue version of the string.

Returns

true if input is valid NameValueHeaderValue information; otherwise, false.

Applies to