Click or drag to resize

EAPUtilGetTypeFromString Method

Returns a System.Type from the named type.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Type GetTypeFromString(
	string dataTypeName
)

Parameters

dataTypeName
Type: SystemString
The name of the type to resolve.

Return Value

Type: Type
The System.Type object or null if the type could not be found.
See Also