ContentRangeHeaderValue.Parse(String) 메서드

정의

문자열을 인스턴스로 ContentRangeHeaderValue 변환합니다.

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

매개 변수

input
String

콘텐츠 범위 헤더 값 정보를 나타내는 문자열입니다.

반품

인스턴스입니다 ContentRangeHeaderValue .

예외

input 는 참조입니다 null .

input 가 잘못된 콘텐츠 범위 헤더 값 정보입니다.

적용 대상