static public method XUnitParser.TryParse

Brief

Parses a string value into an XUnit structure using the format provider. A return value indicates whether the operation succeeded.

Declaration
C#
bool  TryParse (string value, System.IFormatProvider formatProvider, out Gehtsoft.PDFFlow.Models.Shared.XUnit r)

Parameters
value

The string value to be parsed.

formatProvider

The format provider.

r

The result of parsing: true if parsed successfully and false otherwise. The output parameter is an XUnit structure.

Declared in XUnitParser

back