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

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

Parameters

Return Value

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

See Also

Reference

EntityTagHeaderValue Class

System.Net.Http.Headers Namespace