System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength method
EntityTagHeaderValue::GetEntityTagLength method
Converts a passed string from the specified index to an instance of the EntityTagHeaderValue class.
static int32_t System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength(String input, int32_t startIndex, System::SharedPtr<EntityTagHeaderValue> &parsedValue)
Parameter | Type | Description |
---|---|---|
input | String | A string to parse. |
startIndex | int32_t | A start position for parsing. |
parsedValue | System::SharedPtr<EntityTagHeaderValue>& | An instance where a parsed object will be assigned. |
ReturnValue
The length of a parsed substring, otherwise 0.
See Also
- Class String
- Typedef SharedPtr
- Class EntityTagHeaderValue
- Class EntityTagHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++