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

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

Parameters

Return Value

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

See Also

Reference

WarningHeaderValue Class

System.Net.Http.Headers Namespace