Spread Windows Forms 12.0 Product Documentation
Format Method (GeneralFormatter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GeneralFormatter Class : Format Method
Object to convert to string
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)
public string Format( 
   object obj
)

Parameters

obj
Object to convert to string

Return Value

String containing the formatted data
See Also

Reference

GeneralFormatter Class
GeneralFormatter Members