What's Changed?
OutputToString Method (OutputCsvLogic)



KellermanSoftware.WhatsChanged Namespace > OutputCsvLogic Class : OutputToString Method
The comparison result.
Output the comparison to one giant string
Syntax
Public Function OutputToString( _
   ByVal comparisonResult As ComparisonResult _
) As String
Dim instance As OutputCsvLogic
Dim comparisonResult As ComparisonResult
Dim value As String
 
value = instance.OutputToString(comparisonResult)
public string OutputToString( 
   ComparisonResult comparisonResult
)
public:
String^ OutputToString( 
   ComparisonResult^ comparisonResult
) 

Parameters

comparisonResult
The comparison result.

Return Value

System.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

Reference

OutputCsvLogic Class
OutputCsvLogic Members