Spread Windows Forms 12.0 Product Documentation
Format Method (ILabelFormatter)


FarPoint.Win Assembly > FarPoint.Win Namespace > ILabelFormatter Interface : Format Method
Object to be formatted.
Formats the specified object as a string.
Syntax
'Declaration
 
Function Format( _
   ByVal o As Object _
) As String
'Usage
 
Dim instance As ILabelFormatter
Dim o As Object
Dim value As String
 
value = instance.Format(o)
string Format( 
   object o
)

Parameters

o
Object to be formatted.
See Also

Reference

ILabelFormatter Interface
ILabelFormatter Members