ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / MemberTypeEncoderHelper Class / StringToType Method

In This Topic
    StringToType Method (MemberTypeEncoderHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function StringToType( _
       ByVal str As String _
    ) As Type
    public Type StringToType( 
       string str
    )

    Parameters

    str
    See Also