True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.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 System.String _
    ) As System.Type
    System.Type StringToType( 
       System.string memberType
    )

    Parameters

    memberType
    See Also