ZipArchiveEntry.ToString Method

Definition

Retrieves the relative path of the entry in the zip archive.

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

Returns

The relative path of the entry, which is the value stored in the FullName property.

Applies to