ProductHeaderValue.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 ProductHeaderValue
'Usage
Dim input As String
Dim returnValue As ProductHeaderValue
returnValue = ProductHeaderValue.Parse(input)
public static ProductHeaderValue Parse(
string input
)
public:
static ProductHeaderValue^ Parse(
String^ input
)
static member Parse :
input:string -> ProductHeaderValue
public static function Parse(
input : String
) : ProductHeaderValue
Parameters
- input
Type: System.String
Return Value
Type: System.Net.Http.Headers.ProductHeaderValue
Returns ProductHeaderValue.