Table of Contents

Method ToString

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

ToString()

Gets a string value for the test attachment. For string value attachments, will return the string value; for byte array values, it will return the base-64 encoded value of the bytes.

public override string ToString()

Returns

string