次の方法で共有


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

検証対象の文字列。

transferCodingHeaderValue
HttpTransferCodingHeaderValue

文字列の HttpTransferCodingHeaderValue バージョン。

戻り値

Boolean

bool

入力が有効な HttpTransferCodingHeaderValue 情報である場合は true。それ以外の場合は false

適用対象