Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ILabelFormatter Interface / Format Method
Object to be formatted.


In This Topic
Format Method (ILabelFormatter)
In This Topic
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)

Parameters

o
Object to be formatted.
See Also