HttpContentCodingHeaderValue.TryParse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
文字列が有効な 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
戻り値
Boolean
bool
入力が有効な HttpContentCodingHeaderValue 情報である場合は true。それ以外の場合は false。