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

In This Topic
    StringToType Method (IMemberTypeEncoder)
    In This Topic
    Returns the type restored from the serialized string
    Syntax
    'Declaration
     
    
    Function StringToType( _
       ByVal memberType As String _
    ) As Type
    Type StringToType( 
       string memberType
    )

    Parameters

    memberType
    See Also