طريقة System::Net::Http::Headers::EntityTagHeaderValue::TryParse

EntityTagHeaderValue::TryParse method

تحاول تحويل السلسلة المُمرَّرة إلى نسخة من فئة EntityTagHeaderValue.

static bool System::Net::Http::Headers::EntityTagHeaderValue::TryParse(String input, System::SharedPtr<EntityTagHeaderValue> &parsedValue)
معاملنوعالوصف
الإدخالStringسلسلة للتحليل.
parsedValueSystem::SharedPtr<EntityTagHeaderValue>&نسخة حيث سيتم تعيين كائن مُحلَّل.

ReturnValue

صحيح عندما يتم التحليل بنجاح، وإلا خطأ.

انظر أيضًا