EntityTagHeaderValue.Parse 메서드

정의

오버로드

Parse(String)
Parse(StringSegment)

input 값으로 EntityTagHeaderValue 구문 분석합니다.

Parse(String)

public:
 static Microsoft::Net::Http::Headers::EntityTagHeaderValue ^ Parse(System::String ^ input);
public static Microsoft.Net.Http.Headers.EntityTagHeaderValue Parse (string input);
static member Parse : string -> Microsoft.Net.Http.Headers.EntityTagHeaderValue
Public Shared Function Parse (input As String) As EntityTagHeaderValue

매개 변수

input
String

반환

적용 대상

Parse(StringSegment)

input 값으로 EntityTagHeaderValue 구문 분석합니다.

public:
 static Microsoft::Net::Http::Headers::EntityTagHeaderValue ^ Parse(Microsoft::Extensions::Primitives::StringSegment input);
public static Microsoft.Net.Http.Headers.EntityTagHeaderValue Parse (Microsoft.Extensions.Primitives.StringSegment input);
static member Parse : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.EntityTagHeaderValue
Public Shared Function Parse (input As StringSegment) As EntityTagHeaderValue

매개 변수

input
StringSegment

구문 분석할 값입니다.

반환

구문 분석된 값입니다.

적용 대상