%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
NiceString Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.TypeComparers Namespace > BaseComparer Class : NiceString Method


value

Glossary Item Box

Convert an object to a nicely formatted string

Syntax

Visual Basic (Declaration) 
Protected Function NiceString( _
   ByVal value As System.Object _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As BaseComparer
Dim value As System.Object
Dim value As System.String
 
value = instance.NiceString(value)
C# 
protected System.string NiceString( 
   System.object value
)
Managed Extensions for C++ 
protected: System.string* NiceString( 
   System.Object* value
) 

Parameters

value

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.