BCGControlBar Library for .NET
FormatData Method (GridCellVisualStyle)




An object to format.
Formats an object to string.
Syntax
'Declaration
 
Public Function FormatData( _
   ByVal obj As Object _
) As String
'Usage
 
Dim instance As GridCellVisualStyle
Dim obj As Object
Dim value As String
 
value = instance.FormatData(obj)
public string FormatData( 
   object obj
)
public: string* FormatData( 
   Object* obj
) 
public:
String^ FormatData( 
   Object^ obj
) 

Parameters

obj
An object to format.

Return Value

String representation of obj.
Remarks
If Format and FormatProvider are null, this method calls obj.ToString ().
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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback