'DeclarationFunction Resolve( _ ByVal type As System.String _ ) As System.Type
'UsageDim instance As INStringToTypeResolver Dim type As System.String Dim value As System.Type value = instance.Resolve(type)
System.Type Resolve( System.string type )
Parameters
- type