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 が有効なコンテンツ範囲ヘッダー値情報ではありません。

適用対象