Fluent Assertions Documentation
FluentAssertions.Formatting Namespace / DefaultValueFormatter Class / TypeDisplayName Method
The System.Type of the object being formatted.
In This Topic
    TypeDisplayName Method
    In This Topic
    Selects the name to display for type.
    Syntax
    protected virtual string TypeDisplayName( 
       Type type
    )

    Parameters

    type
    The System.Type of the object being formatted.

    Return Value

    The name to be displayed for type.
    Remarks
    The default is System.Type.FullName.
    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