Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Serializer Class / DefaultSerializeProp Method
Object to serialize


In This Topic
    DefaultSerializeProp Method
    In This Topic
    Serializes the specified basic object and returns the string representation.
    Syntax
    'Declaration
     
    
    Public Shared Function DefaultSerializeProp( _
       ByVal o As Object _
    ) As String
    'Usage
     
    
    Dim o As Object
    Dim value As String
     
    value = Serializer.DefaultSerializeProp(o)
    public static string DefaultSerializeProp( 
       object o
    )

    Parameters

    o
    Object to serialize

    Return Value

    String containing the name of the property
    See Also