Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
    input As String, _
    <OutAttribute> ByRef parsedValue As ContentRangeHeaderValue _
) As Boolean
'Usage
Dim input As String 
Dim parsedValue As ContentRangeHeaderValue 
Dim returnValue As Boolean 
returnValue = ContentRangeHeaderValue.TryParse(input, _
    parsedValue)
public static bool TryParse(
    string input,
    out ContentRangeHeaderValue parsedValue
)
public:
static bool TryParse(
    String^ input, 
    [OutAttribute] ContentRangeHeaderValue^% parsedValue
)
static member TryParse : 
        input:string * 
        parsedValue:ContentRangeHeaderValue byref -> bool
public static function TryParse(
    input : String, 
    parsedValue : ContentRangeHeaderValue
) : boolean
Parameters
- input
 Type: System.String
- parsedValue
 Type: System.Net.Http.Headers.ContentRangeHeaderValue
Return Value
Type: System.Boolean
Returns Boolean.