GetAuthenticationLength()
AuthenticationHeaderValue::GetAuthenticationLength(String, int32_t, System::SharedPtr<Object>&) method
Parses the specified string and returns the last index of the string representation.
static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
Arguments
Parameter | Type | Description |
---|---|---|
input | String | The string that must be parsed. |
startIndex | int32_t | A start position for parsing. |
parsedValue | System::SharedPtr<Object>& | The output parameter where a parsed value will be assigned. |
Return Value
The length of a parsed substring, otherwise 0.
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Class AuthenticationHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Slides