Click or drag to resize

RemoteInvokeHelperTypeStringToTypeArray Method

Gets a type array from an array of type names.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Type[] TypeStringToTypeArray(
	string typeStr,
	string[] args
)

Parameters

typeStr
Type: SystemString
args
Type: SystemString

Return Value

Type: Type
See Also