Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / IEditFormatter Interface / Format Method
Object to format


In This Topic
    Format Method (IEditFormatter)
    In This Topic
    Formats the object as a string.
    Syntax
    'Declaration
     
    
    Function Format( _
       ByVal o As Object _
    ) As String
    'Usage
     
    
    Dim instance As IEditFormatter
    Dim o As Object
    Dim value As String
     
    value = instance.Format(o)
    string Format( 
       object o
    )

    Parameters

    o
    Object to format

    Return Value

    String representation
    See Also