Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GeneralFormatter Class / Format Method
Object to format


In This Topic
Format Method (GeneralFormatter)
In This Topic
Formats the object to a string.
Syntax
'Declaration
 
Public Function Format( _
   ByVal obj As Object _
) As String
 
'Usage
 
Dim instance As GeneralFormatter
Dim obj As Object
Dim value As String
 
value = instance.Format(obj)

Parameters

obj
Object to format
See Also