EntityTagHeaderValue.ToString 方法

定义

返回表示当前 EntityTagHeaderValue 对象的字符串。Returns a string that represents the current EntityTagHeaderValue object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

表示当前对象的字符串。A string that represents the current object.

适用于