ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / IMemberTypeEncoder Interface / TypeToString Method

In This Topic
    TypeToString Method (IMemberTypeEncoder)
    In This Topic
    Returns a string representing the type of the object
    Syntax
    'Declaration
     
    
    Function TypeToString( _
       ByVal member As Object _
    ) As String
    string TypeToString( 
       object member
    )

    Parameters

    member
    See Also