HttpTransferCodingHeaderValue.Parse(String) 方法

定義

將字串轉換為 HttpTransferCodingHeaderValue 實例。

public:
 static HttpTransferCodingHeaderValue ^ Parse(Platform::String ^ input);
 static HttpTransferCodingHeaderValue Parse(winrt::hstring const& input);
public static HttpTransferCodingHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpTransferCodingHeaderValue

參數

input
String

Platform::String

winrt::hstring

表示 傳輸編碼 資訊的字串。

傳回

HttpProductInfoHeaderValue實例。

備註

以下是此函式擲回的例外狀況。

E_INVALIDARG

在 Visual Basic) 中, 輸入 參數為 Null (Nothing

輸入參數無效的傳輸編碼資訊。

適用於