%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
OutputString Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.Reports Namespace > ISingleFileReport Interface : OutputString Method


differences
A list of differences

Glossary Item Box

Output the differences to a string

Syntax

Visual Basic (Declaration) 
Function OutputString( _
   ByVal differences As System.Collections.Generic.List(Of Difference) _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As ISingleFileReport
Dim differences As System.Collections.Generic.List(Of Difference)
Dim value As System.String
 
value = instance.OutputString(differences)
C# 
System.string OutputString( 
   System.Collections.Generic.List<Difference> differences
)
Managed Extensions for C++ 
System.string* OutputString( 
   System.Collections.Generic.List<Difference*>* differences
) 

Parameters

differences
A list of differences

Return Value

A string

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

© Kellerman Software 2018 All Rights Reserved.