次の方法で共有


HttpContentCodingHeaderValue.TryParse メソッド

定義

文字列が有効な HttpContentCodingHeaderValue 情報であるかどうかを判断します。

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

パラメーター

input
String

Platform::String

winrt::hstring

検証対象の文字列。

contentCodingHeaderValue
HttpContentCodingHeaderValue

文字列の HttpContentCodingHeaderValue バージョン。

戻り値

Boolean

bool

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

適用対象