HttpTransferCodingHeaderValue.TryParse 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定字符串是否为有效的 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。