ContentRangeHeaderValue.Parse(String) 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.
Converts a string to an ContentRangeHeaderValue instance.
public:
static System::Net::Http::Headers::ContentRangeHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.ContentRangeHeaderValue Parse (string input);
public static System.Net.Http.Headers.ContentRangeHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.ContentRangeHeaderValue
Public Shared Function Parse (input As String) As ContentRangeHeaderValue
Parameters
- input
- String
A string that represents content range header value information.
Returns
An ContentRangeHeaderValue instance.
Exceptions
input
is a null
reference.
input
is not valid content range header value information.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.