BCGControlBar Library for .NET
FormatData(Object) Method




Contains an Object to format.
Formats the specified object to string.
Syntax
'Declaration
 
Public Overloads Overridable Function FormatData( _
   ByVal obj As Object _
) As String
'Usage
 
Dim instance As Cell
Dim obj As Object
Dim value As String
 
value = instance.FormatData(obj)
public virtual string FormatData( 
   object obj
)
public: virtual string* FormatData( 
   Object* obj
) 
public:
virtual String^ FormatData( 
   Object^ obj
) 

Parameters

obj
Contains an Object to format.
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

Cell Class
Cell Members
Overload List

Send Feedback