Fluent Assertions Documentation
FluentAssertions.Formatting Namespace / Formatter Class / ToString Method / ToString(Object,FormattingOptions) Method
The value for which to create a System.String.
Indicates whether the formatter should use line breaks when the specific IValueFormatter supports it.
In This Topic
    ToString(Object,FormattingOptions) Method
    In This Topic
    Returns a human-readable representation of a particular object.
    Syntax
    public static string ToString( 
       object value,
       FormattingOptions options
    )

    Parameters

    value
    The value for which to create a System.String.
    options
    Indicates whether the formatter should use line breaks when the specific IValueFormatter supports it.

    Return Value

    A System.String that represents this instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also