ContentRangeHeaderValue.Parse Method

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    input As String _
) As ContentRangeHeaderValue
'Usage
Dim input As String 
Dim returnValue As ContentRangeHeaderValue 

returnValue = ContentRangeHeaderValue.Parse(input)
public static ContentRangeHeaderValue Parse(
    string input
)
public:
static ContentRangeHeaderValue^ Parse(
    String^ input
)
static member Parse : 
        input:string -> ContentRangeHeaderValue
public static function Parse(
    input : String
) : ContentRangeHeaderValue

Parameters

Return Value

Type: System.Net.Http.Headers.ContentRangeHeaderValue
Returns ContentRangeHeaderValue.

See Also

Reference

ContentRangeHeaderValue Class

System.Net.Http.Headers Namespace