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 为无效内容范围标头值信息。

适用于