True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.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 System.Object _
    ) As System.String
    System.string TypeToString( 
       System.object member
    )

    Parameters

    member
    See Also