ContentDispositionHeaderValue.TryParse Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
TryParse(StringSegment, ContentDispositionHeaderValue) |
Próbuje przeanalizować określony |
TryParse(String, ContentDispositionHeaderValue) |
TryParse(StringSegment, ContentDispositionHeaderValue)
Próbuje przeanalizować określony input
element jako ContentDispositionHeaderValue.
public:
static bool TryParse(Microsoft::Extensions::Primitives::StringSegment input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ % parsedValue);
public static bool TryParse (Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.ContentDispositionHeaderValue parsedValue);
public static bool TryParse (Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.ContentDispositionHeaderValue? parsedValue);
static member TryParse : Microsoft.Extensions.Primitives.StringSegment * ContentDispositionHeaderValue -> bool
Public Shared Function TryParse (input As StringSegment, ByRef parsedValue As ContentDispositionHeaderValue) As Boolean
Parametry
- input
- StringSegment
Wartość do przeanalizowana.
- parsedValue
- ContentDispositionHeaderValue
Przeanalizowana wartość.
Zwraca
true
jeśli dane wejściowe są prawidłowe ContentDispositionHeaderValue, w przeciwnym razie false
.
Dotyczy
TryParse(String, ContentDispositionHeaderValue)
public:
static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out Microsoft.Net.Http.Headers.ContentDispositionHeaderValue parsedValue);
static member TryParse : string * ContentDispositionHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As ContentDispositionHeaderValue) As Boolean
Parametry
- input
- String
- parsedValue
- ContentDispositionHeaderValue