RetryConditionHeaderValue.TryParse(String, RetryConditionHeaderValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a string is valid RetryConditionHeaderValue information.
public:
static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::RetryConditionHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.RetryConditionHeaderValue parsedValue);
public static bool TryParse (string? input, out System.Net.Http.Headers.RetryConditionHeaderValue? parsedValue);
static member TryParse : string * RetryConditionHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As RetryConditionHeaderValue) As Boolean
Parameters
- input
- String
The string to validate.
- parsedValue
- RetryConditionHeaderValue
The RetryConditionHeaderValue version of the string.
Returns
true
if input
is valid RetryConditionHeaderValue information; otherwise, false
.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.