ConvertToType Method

Gets the data type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Type ToType(
	string type
)

Parameters

type  String
Data type to get.

Return Value

Type
Type with the data type.

See Also