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 인스턴스입니다.

예외

inputnull 참조인 경우

input이 올바른 콘텐츠 범위 헤더 값 정보가 아닌 경우

적용 대상