RangeConditionHeaderValue.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 RangeConditionHeaderValue
'Usage
Dim input As String 
Dim returnValue As RangeConditionHeaderValue 

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

Parameters

Return Value

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

See Also

Reference

RangeConditionHeaderValue Class

System.Net.Http.Headers Namespace