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