public method XUnit.ToString

Brief

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

Declaration
C#
string  ToString (System.IFormatProvider formatProvider)

Parameters
formatProvider

The format provider.

Declared in XUnit

back