System::Net::Http::Headers::AuthenticationHeaderValue::TryParse method
AuthenticationHeaderValue::TryParse method
पास की गई स्ट्रिंग को AuthenticationHeaderValue क्लास की एक इंस्टेंस में बदलने का प्रयास।
static bool System::Net::Http::Headers::AuthenticationHeaderValue::TryParse(String input, System::SharedPtr<AuthenticationHeaderValue> &parsedValue)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| इनपुट | String | पार्स करने के लिए एक स्ट्रिंग। |
| parsedValue | System::SharedPtr<AuthenticationHeaderValue>& | एक इंस्टेंस जहाँ पार्स किया गया ऑब्जेक्ट असाइन किया जाएगा। |
ReturnValue
पार्सिंग सफलतापूर्वक पूरी होने पर true, अन्यथा false।
संबंधित देखें
- Class String
- Typedef SharedPtr
- Class AuthenticationHeaderValue
- Class AuthenticationHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++