HttpTransferCodingHeaderValue.TryParse 方法

定義

判斷字串是否有效 HttpTransferCodingHeaderValue 資訊。

public:
 static bool TryParse(Platform::String ^ input, [Out] HttpTransferCodingHeaderValue ^ & transferCodingHeaderValue);
 static bool TryParse(winrt::hstring const& input, [Out] HttpTransferCodingHeaderValue const& & transferCodingHeaderValue);
public static bool TryParse(string input, out HttpTransferCodingHeaderValue transferCodingHeaderValue);
Public Shared Function TryParse (input As String, ByRef transferCodingHeaderValue As HttpTransferCodingHeaderValue) As Boolean

參數

input
String

Platform::String

winrt::hstring

要驗證的字串。

傳回

Boolean

bool

如果輸入有效HttpTransferCodingHeaderValue資訊,則為true;否則為false

適用於