Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win 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 representation of the object
    See Also