public method XUnit.ToString

Brief

Converts the XUnit structure into a string of a particular format using the format provider.

Declaration
C#
string  ToString (string format, System.IFormatProvider formatProvider)

Parameters
format

The string format to convert into.

formatProvider

The format provider.

Declared in XUnit

back